is not current version
Last Version 1.0.1

com.iceolive:excelutil 0.1.2

基于java的excle工具类

GroupId

GroupId

com.iceolive
ArtifactId

ArtifactId

excelutil
Version

Version

0.1.2
Type

Type

jar

Download excelutil 0.1.2


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