is not current version
Last Version 2.6.12

net.sourceforge.jexcelapi:jxl 2.6.3

JExcelApi is a java library which provides the ability to read, write, and modify Microsoft Excel spreadsheets.

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.jexcelapi
ArtifactId

ArtifactId

jxl
Version

Version

2.6.3
Type

Type

jar

Download jxl 2.6.3

Filename Size
jxl-2.6.3.pom
jxl-2.6.3.jar 1022 KB
Browse

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