is not current version
Last Version 2.12.0

org.jxls:jxls 2.7.2

Small library for Excel generation based on XLS templates

GroupId

GroupId

org.jxls
ArtifactId

ArtifactId

jxls
Version

Version

2.7.2
Type

Type

jar

Download jxls 2.7.2


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