is not current version
Last Version 1.0.8

io.github.biezhi:excel-plus 1.0.7

excel read and write framework

GroupId

GroupId

io.github.biezhi
ArtifactId

ArtifactId

excel-plus
Version

Version

1.0.7
Type

Type

jar

Download excel-plus 1.0.7


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