Download List

项目描述

Java2Excel is a simple Java library to allow the
creation of Excel files based on Java Collections.
Each element of the collection goes in a row and
the columns are based on the properties you define
through an XML config file.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-06-01 09:29
1.3.1

在“有太多的不同单元格格式在Excel中的”错误信息是固定的。一个id,并加入属性。如果没有指定,它将继续成为体现和以前一样。该setIncludeExtraLevel方法添加到BodyDtd接口。 Maven的2.0是现在使用。 Maven的1.0版的支持,应考虑废弃。这将是只维持代码依赖,但该网站将产生从现在起,使用Maven的2.0。
标签: Minor bugfixes
The "Too many different cell formats" error message in Excel was fixed. An id was added for properties. If not specified, it will continue to be the expression, as before. The setIncludeExtraLevel method was added to the BodyDtd interface. Maven 2.0 is now used. Maven 1.0 support should be considered deprecated. It will be maintained only for code dependencies, but the site will be generated using Maven 2.0 from now on.

2006-03-15 20:24
1.2

在OGNL的评估已被移动从ExcelWriter到PropertyDtd的实现。这允许更灵活的PropertyDtd用户实现。提供有两个实现:PropertyDtdImpl实现了一个默认的表达OGNL的评估,以及PropertyDtdStaticImpl是一个实现返回一个定义为评估结果对象的用户(不实际使用OGNL的)。
标签: Minor feature enhancements
The ognl evaluation has been moved from ExcelWriter to the implementations of PropertyDtd. This allows more flexibility to user implementations of PropertyDtd. There are two supplied implementations: PropertyDtdImpl implements a default ognl evaluation of the expression; and PropertyDtdStaticImpl is an implementation that returns a user defined object as a result of the evaluation (it does not actually uses ognl).

2006-03-05 21:58
1.1

此版本增加了可指定一个名称到Excel工作表与类ar.com.epere4.java2excel.excelWriter.ExcelWriter方法addReport创建。
标签: Minor feature enhancements
This release adds the ability to specify a name to the Excel sheet created with the method addReport in class ar.com.epere4.java2excel.excelWriter.ExcelWriter.

2006-02-22 10:26
1.0

这是一个重大的升级,很多事情发生了变化。此版本不向后兼容。现在可以使Excel文件的Java集合了,甚至没有suppling通过让一个通过反射特性的XML配置文件。您可以结合两种方法,并使用XML文件来配置Excel中只列,反映不能得到automatially,让图书馆猜测他们休息。有一个重大的重构在DTD中进行。
标签: Major feature enhancements
This was a major upgrade and many things were
changed. This version is not backwards compatible.
It is now possible to make Excel files out of Java
Collections without even suppling an XML
configuration file by getting properties through
reflection. You can combine both methods and use
the XML file to configure only those Excel columns
that reflection can't get automatially and let the
library guess the rest of them. There was a major
refactoring done in the DTD.

2006-02-05 10:59
0.1alpha

这是首次发布。它没有太多的文件或功能。它允许您生成一个Excel文件使用相当灵活的XML文件和一个java.util.Collection。
标签: Initial freshmeat announcement
This is the first release. It does not have much
documentation or functionality. It allows you to
generate an Excel file using a fairly inflexible
XML file and a java.util.Collection.

Project Resources