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.7.jar download
jxls-jexcel-1.0.7.pom download
jxls-jexcel-1.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jxls</groupId>
  <artifactId>jxls-jexcel</artifactId>
  <version>1.0.7</version>
</dependency>
Gradle Groovy
implementation 'org.jxls:jxls-jexcel:1.0.7'
Gradle Kotlin
implementation("org.jxls:jxls-jexcel:1.0.7")
Scala SBT
libraryDependencies += "org.jxls" % "jxls-jexcel" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='org.jxls', module='jxls-jexcel', version='1.0.7')
)
Apache Ivy
<dependency org="org.jxls" name="jxls-jexcel" rev="1.0.7" />
Leiningen
[org.jxls/jxls-jexcel "1.0.7"]
Apache Buildr
'org.jxls:jxls-jexcel:jar:1.0.7'