j

jxl

JExcelApi is a java library which provides the ability to read, write, and modify Microsoft Excel spreadsheets.
http://www.jexcelapi.org
GNU Lesser General Public License
Files download
File Operation
jxl-2.6.3.jar download
jxl-2.6.3.pom download
Apache Maven
<dependency>
  <groupId>net.sourceforge.jexcelapi</groupId>
  <artifactId>jxl</artifactId>
  <version>2.6.3</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.jexcelapi:jxl:2.6.3'
Gradle Kotlin
implementation("net.sourceforge.jexcelapi:jxl:2.6.3")
Scala SBT
libraryDependencies += "net.sourceforge.jexcelapi" % "jxl" % "2.6.3"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.jexcelapi', module='jxl', version='2.6.3')
)
Apache Ivy
<dependency org="net.sourceforge.jexcelapi" name="jxl" rev="2.6.3" />
Leiningen
[net.sourceforge.jexcelapi/jxl "2.6.3"]
Apache Buildr
'net.sourceforge.jexcelapi:jxl:jar:2.6.3'
Dependencies