Download jxl-2.4.2.jar file - Jar j

Jar examples for j:jxl

Description

JExcelApi is a java library which provides the ability to read, write, and modify Microsoft Excel spreadsheets.

You can download jar file jxl 2.4.2 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add jxl-2.4.2.jar to your project.

<dependency>
   <groupId>jexcelapi</groupId>
   <artifactId>jxl</artifactId>
   <version>2.4.2</version>
</dependency>
compile group: 'jexcelapi', name: 'jxl', version: '2.4.2'
libraryDependencies += "jexcelapi" % "jxl" % "2.4.2"
<dependency org="jexcelapi" name="jxl" rev="2.4.2"/>
@Grapes(@Grab(group='jexcelapi', module='jxl', version='2.4.2'))
'jexcelapi:jxl:jar:2.4.2'

Download

Click the following link to download the jar file.

jxl-2.4.2.jar
jxl-2.4.2.pom



Related Tutorials