is not current version
Last Version 2.12.0

org.jxls:jxls-poi 2.6.0-rc1

Apache POI based Transformer implementation for Jxls library

GroupId

GroupId

org.jxls
ArtifactId

ArtifactId

jxls-poi
Version

Version

2.6.0-rc1
Type

Type

jar

Download jxls-poi 2.6.0-rc1


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