is not current version
Last Version 1.0.6

net.sf.jxls:jxls 0.8.8

Java library to generate Excel files using XLS templates

Categories

Categories

Net
GroupId

GroupId

net.sf.jxls
ArtifactId

ArtifactId

jxls
Version

Version

0.8.8
Type

Type

jar

Download jxls 0.8.8

Filename Size
jxls-0.8.8.pom
jxls-0.8.8.jar 115 KB
Browse

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