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
Files download
File Operation
jxls-0.9.9.pom download
Apache Maven
<dependency>
  <groupId>net.sf.jxls</groupId>
  <artifactId>jxls</artifactId>
  <version>0.9.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.sf.jxls:jxls:0.9.9'
Gradle Kotlin
implementation("net.sf.jxls:jxls:0.9.9")
Scala SBT
libraryDependencies += "net.sf.jxls" % "jxls" % "0.9.9"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.jxls', module='jxls', version='0.9.9')
)
Apache Ivy
<dependency org="net.sf.jxls" name="jxls" rev="0.9.9" />
Leiningen
[net.sf.jxls/jxls "0.9.9"]
Apache Buildr
'net.sf.jxls:jxls:jar:0.9.9'
Dependencies
The project has no third-party dependencies