Jar examples for j:jxls-core
jXLS is a small and easy-to-use Java library for generating Excel files using XLS templates
You can download jar file jxls-core 1.0.3 in this page.
You can use the following script to add jxls-core-1.0.3.jar to your project.
<dependency> <groupId>net.sf.jxls</groupId> <artifactId>jxls-core</artifactId> <version>1.0.3</version> </dependency>
compile group: 'net.sf.jxls', name: 'jxls-core', version: '1.0.3'
libraryDependencies += "net.sf.jxls" % "jxls-core" % "1.0.3"
<dependency org="net.sf.jxls" name="jxls-core" rev="1.0.3"/>
@Grapes(@Grab(group='net.sf.jxls', module='jxls-core', version='1.0.3'))
'net.sf.jxls:jxls-core:jar:1.0.3'
Click the following link to download the jar file.
jxls-core-1.0.3-javadoc.jar