j

jxls-project

Small library for Excel generation based on XLS templates
http://jxls.sf.net
The Apache License, Version 2.0
Leonid Vysochyn
Files download
File Operation
jxls-project-2.7.1.pom download
Apache Maven
<dependency>
  <groupId>org.jxls</groupId>
  <artifactId>jxls-project</artifactId>
  <version>2.7.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jxls:jxls-project:2.7.1'
Gradle Kotlin
implementation("org.jxls:jxls-project:2.7.1")
Scala SBT
libraryDependencies += "org.jxls" % "jxls-project" % "2.7.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jxls', module='jxls-project', version='2.7.1')
)
Apache Ivy
<dependency org="org.jxls" name="jxls-project" rev="2.7.1" />
Leiningen
[org.jxls/jxls-project "2.7.1"]
Apache Buildr
'org.jxls:jxls-project:jar:2.7.1'
Dependencies
The project has no third-party dependencies