Download jxls-reader-0.9.6.jar file - Jar j

Jar examples for j:jxls-reader

Description

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

You can download jar file jxls-reader 0.9.6 in this page.

Build File

You can use the following script to add jxls-reader-0.9.6.jar to your project.

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

Download

Click the following link to download the jar file.

jxls-reader-0.9.6.jar
jxls-reader-0.9.6.pom



Related Tutorials