is not current version
Last Version 2.12.0

org.jxls:jxls 2.10.0-rc3

Small library for Excel generation based on XLS templates

GroupId

GroupId

org.jxls
ArtifactId

ArtifactId

jxls
Version

Version

2.10.0-rc3
Type

Type

jar

Download jxls 2.10.0-rc3


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