Skip to content

0532/JXLS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#####jXLS - Export data to Excel using XLS template

To use jXLS engine you have to put jxls-core jar in your classpath.

And if you are planning to use jXLS to read XLS files you have to add jxls-reader jar file to your classpath.

If you use Maven 2 to build your application you can specify required jXLS modules in your pom.xml as dependencies to allow them to be downloaded from Maven repository

The following Jakarta libraries are also required to be on your classpath.

* POI (3.6 or later)
* Commons BeanUtils
* Commons Collections
* Commons JEXL
* Commons Logging
* Commons Digester

######Dependencies

jXLS requires next libraries to be on your classpath

Jakarta POI - great library to manipulate XLS files from pure Java

http://jakarta.apache.org/poi/

Jakarta Commons BeanUtils - great library for dynamic defining and accessing bean properties.

http://jakarta.apache.org/commons/beanutils/

Jakarta Commons Collections - great library for manipulating java collections.

http://jakarta.apache.org/commons/collections/

Jakarta Commons JEXL - excellent library for Expression Language support.

http://jakarta.apache.org/commons/jexl/

Jakarta Commons Digester - excellent library to create objects from XML

http://jakarta.apache.org/commons/digester/

Jakarta Commons Logging - good logging library

http://jakarta.apache.org/commons/logging/

About

excel模板形式导出excel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published