j

jxls

jXLS is a small and easy-to-use Java library for generating Excel files using XLS templates
http://jxls.sf.net
GNU Lesser General Public License
jXLS Team
Leonid Vysochyn leonate Michael Zarillo
Files download
File Operation
jxls-0.9.3.pom download
Apache Maven
<dependency>
  <groupId>net.sf.jxls</groupId>
  <artifactId>jxls</artifactId>
  <version>0.9.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.sf.jxls:jxls:0.9.3'
Gradle Kotlin
implementation("net.sf.jxls:jxls:0.9.3")
Scala SBT
libraryDependencies += "net.sf.jxls" % "jxls" % "0.9.3"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.jxls', module='jxls', version='0.9.3')
)
Apache Ivy
<dependency org="net.sf.jxls" name="jxls" rev="0.9.3" />
Leiningen
[net.sf.jxls/jxls "0.9.3"]
Apache Buildr
'net.sf.jxls:jxls:jar:0.9.3'
Dependencies
The project has no third-party dependencies