Download jxls-core-0.9.9.jar file - Jar j

Jar examples for j:jxls-core

Description

jXLS is a small and easy-to-use Java library for generating Excel files using XLS templates

You can download jar file jxls-core 0.9.9 in this page.

Build File

You can use the following script to add jxls-core-0.9.9.jar to your project.

<dependency>
   <groupId>net.sf.jxls</groupId>
   <artifactId>jxls-core</artifactId>
   <version>0.9.9</version>
</dependency>
compile group: 'net.sf.jxls', name: 'jxls-core', version: '0.9.9'
libraryDependencies += "net.sf.jxls" % "jxls-core" % "0.9.9"
<dependency org="net.sf.jxls" name="jxls-core" rev="0.9.9"/>
@Grapes(@Grab(group='net.sf.jxls', module='jxls-core', version='0.9.9'))
'net.sf.jxls:jxls-core:jar:0.9.9'

Download

Click the following link to download the jar file.

jxls-core-0.9.9-javadoc.jar
jxls-core-0.9.9-sources.jar
jxls-core-0.9.9.jar
jxls-core-0.9.9.pom



Related Tutorials