您的位置:首页 > 其它

【技术文档】JEECG整合JXLS步骤与开发

2017-05-23 15:17 253 查看
搭建Web工程所需JAR包:
Looking for the latest version? Download jxls-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 XLS template
===============================================
Online docs - http://jxls.sourceforge.net/ Changes in 1.0.2:
* POI library version updated to the latest available (3.9)
* varStatus attribute support for single row foreach tag processing
* jxls-reader: feature request ID:3607643 Support for sheet index in jxls-reader
Installation
-------------
You can download the latest jXLS release from 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 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.5 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/
Building from source
--------------------
Download jXLS distribution from
        http://sourceforge.net/project/showfiles.php?group_id=141729
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: