Jar examples for j:jxl
JExcelApi is a java library which provides the ability to read, write, and modify Microsoft Excel spreadsheets.
You can download jar file jxl 2.6 in this page.
GNU Lesser General Public License
You can use the following script to add jxl-2.6.jar to your project.
<dependency> <groupId>jexcelapi</groupId> <artifactId>jxl</artifactId> <version>2.6</version> </dependency>
compile group: 'jexcelapi', name: 'jxl', version: '2.6'
libraryDependencies += "jexcelapi" % "jxl" % "2.6"
<dependency org="jexcelapi" name="jxl" rev="2.6"/>
@Grapes(@Grab(group='jexcelapi', module='jxl', version='2.6'))
'jexcelapi:jxl:jar:2.6'
Click the following link to download the jar file.
jxl-2.6.jar