j

jxls

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