JEECG整合JXLS步驟與開發
搭建Web工程所需JAR包:
Looking for the latest version? Downloadjxls-1.0.2.zip (1.3 MB) fHome / jxls / 1.0.2
Name Modified Size Downloads / Week Status
{Parent folder
Totals: 2 Items 1.3 MB 195
readme.txt 2013-03-15 2.2 kB 4 i
jxls-1.0.2.zip 2013-03-14 1.3 MB 191 i
jXLS - Export data to Excel using XLStemplate
===============================================
Online docs - http://jxls.sourceforge.net/
Changes in 1.0.2:
* POI library version updated to the latestavailable (3.9)
* varStatus attribute support for singlerow foreach tag processing
* jxls-reader: feature request ID:3607643Support for sheet index in jxls-reader
Installation
-------------
You can download the latest jXLS releasefrom here:
http://sourceforge.net/project/showfiles.php?group_id=141729
To use jXLS engine you have to put jxls-core jar in your classpath.
And if you are planning to use jXLS to readXLS files you have to add jxls-reader jar file to your classpath.
If you use Maven 2 to build yourapplication you can specify required jXLS modules in your pom.xml asdependencies to allow them to be downloaded from Maven repository
The following Jakarta libraries are alsorequired to be on your classpath.
*POI (3.5 or later)
*Commons BeanUtils
*Commons Collections
*Commons JEXL
*Commons Logging
*Commons Digester
Dependencies
------------
jXLS requires next libraries to be on yourclasspath
Jakarta POI - great library to manipulateXLS files from pure Java
http://jakarta.apache.org/poi/
Jakarta Commons BeanUtils - great libraryfor dynamic defining and accessing bean properties.
http://jakarta.apache.org/commons/beanutils/
Jakarta Commons Collections - great libraryfor manipulating java collections.
http://jakarta.apache.org/commons/collections/
Jakarta Commons JEXL - excellent libraryfor Expression Language support.
http://jakarta.apache.org/commons/jexl/
Jakarta Commons Digester - excellent libraryto create objects from XML
http://jakarta.apache.org/commons/digester/
Jakarta Commons Logging - good logginglibrary
http://jakarta.apache.org/commons/logging/
Building from source
--------------------
Download jXLS distribution from
http://sourceforge.net/project/showfiles.php?group_id=141729