is not current version
Last Version 2.6.12

net.sourceforge.jexcelapi:jxl 2.6

Java Excel API - A Java API to read, write, and modify Excel spreadsheets

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.jexcelapi
ArtifactId

ArtifactId

jxl
Version

Version

2.6
Type

Type

jar

Download jxl 2.6

Filename Size
jxl-2.6.pom
jxl-2.6.jar 644 KB
Browse

<!-- https://jarcasting.com/artifacts/net.sourceforge.jexcelapi/jxl/ -->
<dependency>
    <groupId>net.sourceforge.jexcelapi</groupId>
    <artifactId>jxl</artifactId>
    <version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jexcelapi/jxl/
implementation 'net.sourceforge.jexcelapi:jxl:2.6'
// https://jarcasting.com/artifacts/net.sourceforge.jexcelapi/jxl/
implementation ("net.sourceforge.jexcelapi:jxl:2.6")
'net.sourceforge.jexcelapi:jxl:jar:2.6'
<dependency org="net.sourceforge.jexcelapi" name="jxl" rev="2.6">
  <artifact name="jxl" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jexcelapi', module='jxl', version='2.6')
)
libraryDependencies += "net.sourceforge.jexcelapi" % "jxl" % "2.6"
[net.sourceforge.jexcelapi/jxl "2.6"]