j

jxls

Small library for Excel generation based on XLS templates
Files download
File Operation
jxls-3.0.0-beta1.jar download
jxls-3.0.0-beta1.pom download
jxls-3.0.0-beta1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jxls</groupId>
  <artifactId>jxls</artifactId>
  <version>3.0.0-beta1</version>
</dependency>
Gradle Groovy
implementation 'org.jxls:jxls:3.0.0-beta1'
Gradle Kotlin
implementation("org.jxls:jxls:3.0.0-beta1")
Scala SBT
libraryDependencies += "org.jxls" % "jxls" % "3.0.0-beta1"
Groovy Grape
@Grapes(
  @Grab(group='org.jxls', module='jxls', version='3.0.0-beta1')
)
Apache Ivy
<dependency org="org.jxls" name="jxls" rev="3.0.0-beta1" />
Leiningen
[org.jxls/jxls "3.0.0-beta1"]
Apache Buildr
'org.jxls:jxls:jar:3.0.0-beta1'