is not current version
Last Version 2.12.0

org.jxls:jxls 2.4.1

Small library for Excel generation based on XLS templates

GroupId

GroupId

org.jxls
ArtifactId

ArtifactId

jxls
Version

Version

2.4.1
Type

Type

jar

Download jxls 2.4.1


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