News

New Version 1.2

The version 1.2 has been released. Added a new feature that gives the user more control over PropertyDtd implementations. See the change log for details.

New Version 1.1

The version 1.1 has been released. Small changes. See the change log for details.

Moved to SVN repository

The Java2Excel library has been migrated from CVS to SVN (aka Subversion). Sourceforge now provides SVN repositories and we have migrated. The old CVS tree will not be updated anymore.

More info about SVN can be found here on in the official Subversion site. Web access to the repository can be found here.

New Version 1.0

The version 1.0 has been released. It was a major upgrade and many things changed. The new version is not backwards compatible. See the change log for details.

Java2Excel

Introduction

Java2Excel is a library that allows the generation of simple excel files using objects of type java.util.Collection.

Typical usage is the creation of simple excel reports based on data you have in you Java Collections.

There are several ways to configure how the collection are translated to excel files. This includes getting properties by reflection and using xml config files. Check the docs for details and examples.

Special Thanks

I would like to thank specially Juan F. Codagnone for always inspiring me in the programming world. He introduced me to maven and many other tools. I've been using a lot of his work as template for mine. Thanks a lot, Juan!!