Télécharger la liste

Description du projet

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.

Système requise

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

«Les trop nombreux formats de cellule différents message d'erreur dans Excel a été fixée. Un id a été ajouté pour des propriétés. S'il n'est pas spécifié, il continuera à être l'expression, comme avant. La méthode setIncludeExtraLevel a été ajouté à l'interface BodyDtd. Maven 2.0 est maintenant utilisé. Maven 1.0 de soutien devrait être considéré comme obsolète. Il sera maintenue uniquement pour les dépendances de code, mais le site va être créé avec Maven 2.0 à partir de maintenant.
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

L'évaluation ognl a été déplacé de ExcelWriter aux implémentations de PropertyDtd. Cela permet davantage de flexibilité aux implémentations d'utilisateur de PropertyDtd. Il existe deux implémentations fournies: PropertyDtdImpl met en œuvre une évaluation par défaut ognl de l'expression, et PropertyDtdStaticImpl est une implémentation qui retourne un objet défini par l'utilisateur à la suite de l'évaluation (ce n'est pas utilise en fait 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

Cette version ajoute la possibilité de spécifier un nom à la feuille Excel créée avec le addReport méthode dans ar.com.epere4.java2excel.excelWriter.ExcelWriter classe.
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

Il s'agissait d'une importante mise à niveau et beaucoup de choses ont changé. Cette version n'est pas rétro-compatible. Il est maintenant possible de faire des fichiers Excel de Java Collections alimentait sans même un fichier de configuration XML en obtenant des propriétés à travers la réflexion. Vous pouvez combiner les deux méthodes et utiliser le fichier XML pour configurer uniquement les colonnes Excel que la réflexion ne peut pas obtenir automatially et laisser la bibliothèque deviner le reste d'entre eux. Il ya eu une modification majeure fait dans la 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

Il s'agit de la première version. Il n'a pas beaucoup de documentation ou de fonctionnalité. Il vous permet de générer un fichier Excel en utilisant un fichier XML assez peu flexible et d'un 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