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