j

jxls-jexcel

Jexcel API Transformer implementation for Jxls library
http://jxls.sf.net
The Apache License, Version 2.0
Leonid Vysochyn
Files download
File Operation
jxls-jexcel-1.0.9.jar download
jxls-jexcel-1.0.9.pom download
jxls-jexcel-1.0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jxls</groupId>
  <artifactId>jxls-jexcel</artifactId>
  <version>1.0.9</version>
</dependency>
Gradle Groovy
implementation 'org.jxls:jxls-jexcel:1.0.9'
Gradle Kotlin
implementation("org.jxls:jxls-jexcel:1.0.9")
Scala SBT
libraryDependencies += "org.jxls" % "jxls-jexcel" % "1.0.9"
Groovy Grape
@Grapes(
  @Grab(group='org.jxls', module='jxls-jexcel', version='1.0.9')
)
Apache Ivy
<dependency org="org.jxls" name="jxls-jexcel" rev="1.0.9" />
Leiningen
[org.jxls/jxls-jexcel "1.0.9"]
Apache Buildr
'org.jxls:jxls-jexcel:jar:1.0.9'