| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdcom.github.mygreen |
| ArtifactId | ArtifactIdexcel-cellformatter |
| Version | Version0.12 |
| Type | Typejar |
| Description |
DescriptionExcel-CellFormatter
Excelのセルの書式を解析してフォーマットするライブラリ。
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| excel-cellformatter-0.12.pom | |
| excel-cellformatter-0.12.jar | 185 KB |
| excel-cellformatter-0.12-sources.jar | 125 KB |
| excel-cellformatter-0.12-javadoc.jar | 886 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mygreen/excel-cellformatter/ -->
<dependency>
<groupId>com.github.mygreen</groupId>
<artifactId>excel-cellformatter</artifactId>
<version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mygreen/excel-cellformatter/
implementation 'com.github.mygreen:excel-cellformatter:0.12'
// https://jarcasting.com/artifacts/com.github.mygreen/excel-cellformatter/
implementation ("com.github.mygreen:excel-cellformatter:0.12")
'com.github.mygreen:excel-cellformatter:jar:0.12'
<dependency org="com.github.mygreen" name="excel-cellformatter" rev="0.12">
<artifact name="excel-cellformatter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mygreen', module='excel-cellformatter', version='0.12')
)
libraryDependencies += "com.github.mygreen" % "excel-cellformatter" % "0.12"
[com.github.mygreen/excel-cellformatter "0.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.poi : poi | jar | 4.1.2 |
| org.apache.poi : poi-ooxml | jar | 4.1.2 |
| net.sourceforge.jexcelapi : jxl | jar | 2.6.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.1 |
| log4j : log4j | jar | 1.2.17 |