Download List

Descripción del Proyecto

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 Requirements

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

El "demasiados formatos de celda diferentes" en Excel mensaje de error fue corregido. Un ID se ha añadido para las propiedades. Si no se especifica, seguirá siendo la expresión, como antes. El método setIncludeExtraLevel fue añadido a la interfaz de BodyDtd. Maven 2.0 se utiliza ahora. Maven 1,0 apoyo debe ser considerado obsoleto. Se mantiene sólo para las dependencias de código, pero el sitio se ha generado utilizando Maven 2.0 a partir de ahora.
Tags: 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

La evaluación ognl se ha movido de ExcelWriter a las implementaciones de PropertyDtd. Esto permite más flexibilidad a las implementaciones de usuario de PropertyDtd. Existen dos implementaciones de suministro: PropertyDtdImpl implementa un defecto ognl evaluación de la expresión, y PropertyDtdStaticImpl es una aplicación que devuelve un objeto definido por el usuario como resultado de la evaluación (que en realidad no utiliza ognl).
Tags: 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

Esta versión incluye la posibilidad de especificar un nombre para la hoja de Excel creado con el addReport método en ar.com.epere4.java2excel.excelWriter.ExcelWriter clase.
Tags: 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

Esta fue una importante actualización y muchas cosas han cambiado. Esta versión no es compatible. Ahora es posible hacer que los archivos de Excel de colecciones de Java sin siquiera abastecer un archivo de configuración XML conseguir propiedades a través de la reflexión. Puede combinar ambos métodos y utilizar el archivo XML para configurar únicamente las columnas de Excel que la reflexión no puede obtener automatially y dejar que la biblioteca de adivinar el resto de ellos. Hubo una refactorización importante hecho en el DTD.
Tags: 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

Esta es la primera versión. No tiene mucha documentación o la funcionalidad. Le permite generar un archivo de Excel que utiliza un archivo XML bastante inflexible y una java.util.Collection.
Tags: 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