is not current version
Last Version 0.1.3

com.seomse.poi:excel 0.1.1

poi excel use utils

GroupId

GroupId

com.seomse.poi
ArtifactId

ArtifactId

excel
Version

Version

0.1.1
Type

Type

jar

Download excel 0.1.1


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