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