j

jxls

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