is not current version
Last Version 2.12.0

org.jxls:jxls-poi 2.8.0-rc2

Apache POI based Transformer implementation for Jxls library

GroupId

GroupId

org.jxls
ArtifactId

ArtifactId

jxls-poi
Version

Version

2.8.0-rc2
Type

Type

jar

Download jxls-poi 2.8.0-rc2


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