j

jxls-reader

jXLS is a small and easy-to-use Java library for generating Excel files using XLS templates
http://jxls.sf.net
Files download
File Operation
jxls-reader-1.0-RC-3.jar download
jxls-reader-1.0-RC-3.pom download
jxls-reader-1.0-RC-3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.jxls</groupId>
  <artifactId>jxls-reader</artifactId>
  <version>1.0-RC-3</version>
</dependency>
Gradle Groovy
implementation 'net.sf.jxls:jxls-reader:1.0-RC-3'
Gradle Kotlin
implementation("net.sf.jxls:jxls-reader:1.0-RC-3")
Scala SBT
libraryDependencies += "net.sf.jxls" % "jxls-reader" % "1.0-RC-3"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.jxls', module='jxls-reader', version='1.0-RC-3')
)
Apache Ivy
<dependency org="net.sf.jxls" name="jxls-reader" rev="1.0-RC-3" />
Leiningen
[net.sf.jxls/jxls-reader "1.0-RC-3"]
Apache Buildr
'net.sf.jxls:jxls-reader:jar:1.0-RC-3'