j

jxls

Small library for Excel generation based on XLS templates
http://jxls.sf.net
The Apache License, Version 2.0
Leonid Vysochyn
文件下载
文件名 操作
jxls-2.5.0.jar 下载
jxls-2.5.0.pom 下载
jxls-2.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jxls</groupId>
  <artifactId>jxls</artifactId>
  <version>2.5.0</version>
</dependency>
Gradle Groovy
implementation 'org.jxls:jxls:2.5.0'
Gradle Kotlin
implementation("org.jxls:jxls:2.5.0")
Scala SBT
libraryDependencies += "org.jxls" % "jxls" % "2.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jxls', module='jxls', version='2.5.0')
)
Apache Ivy
<dependency org="org.jxls" name="jxls" rev="2.5.0" />
Leiningen
[org.jxls/jxls "2.5.0"]
Apache Buildr
'org.jxls:jxls:jar:2.5.0'