is not current version
Last Version 0.12

com.github.mygreen:excel-cellformatter 0.10

Excelのセルの書式を解析してフォーマットするライブラリ。

Categories

Categories

ORM Data
GroupId

GroupId

com.github.mygreen
ArtifactId

ArtifactId

excel-cellformatter
Version

Version

0.10
Type

Type

jar

Download excel-cellformatter 0.10


<!-- https://jarcasting.com/artifacts/com.github.mygreen/excel-cellformatter/ -->
<dependency>
    <groupId>com.github.mygreen</groupId>
    <artifactId>excel-cellformatter</artifactId>
    <version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mygreen/excel-cellformatter/
implementation 'com.github.mygreen:excel-cellformatter:0.10'
// https://jarcasting.com/artifacts/com.github.mygreen/excel-cellformatter/
implementation ("com.github.mygreen:excel-cellformatter:0.10")
'com.github.mygreen:excel-cellformatter:jar:0.10'
<dependency org="com.github.mygreen" name="excel-cellformatter" rev="0.10">
  <artifact name="excel-cellformatter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mygreen', module='excel-cellformatter', version='0.10')
)
libraryDependencies += "com.github.mygreen" % "excel-cellformatter" % "0.10"
[com.github.mygreen/excel-cellformatter "0.10"]