is not current version
Last Version 2.0.6

org.jxls:jxls-reader 2.0.5

Jxls Reader module to read Excel files

GroupId

GroupId

org.jxls
ArtifactId

ArtifactId

jxls-reader
Version

Version

2.0.5
Type

Type

jar

Download jxls-reader 2.0.5


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