Download xls-0.3.1.jar file - Jar x

Jar examples for x:xls

Description

A simple Java API to read and write .xls and .xlsx files.

You can download jar file xls 0.3.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add xls-0.3.1.jar to your project.

<dependency>
   <groupId>br.com.objectos</groupId>
   <artifactId>xls</artifactId>
   <version>0.3.1</version>
</dependency>
compile group: 'br.com.objectos', name: 'xls', version: '0.3.1'
libraryDependencies += "br.com.objectos" % "xls" % "0.3.1"
<dependency org="br.com.objectos" name="xls" rev="0.3.1"/>
@Grapes(@Grab(group='br.com.objectos', module='xls', version='0.3.1'))
'br.com.objectos:xls:jar:0.3.1'

Download

Click the following link to download the jar file.

xls-0.3.1-javadoc.jar
xls-0.3.1-sources.jar
xls-0.3.1.jar
xls-0.3.1.pom



Related Tutorials