is not current version
Last Version 2.12.0

org.jxls:jxls-poi 1.2.0

Apache POI based Transformer implementation for Jxls library

GroupId

GroupId

org.jxls
ArtifactId

ArtifactId

jxls-poi
Version

Version

1.2.0
Type

Type

jar

Download jxls-poi 1.2.0


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