Wednesday January 16, 2008. 08:17 PM
FreshMeat
jXLS is Java component for exporting data to the Excel file format using XLS templates. It features simple property access notation, complex object graph export, flexible collection export, formula support, charts, macros, and many other Excel features in XLS templates, dynamic outlines, dynamic column hiding, dynamic cell style processing through custom CellProcessors, and JDBC ResultSet export.
License: GNU Lesser General Public License (LGPL)
Changes:
Formula support has been extended to handle default formula values. The jxls-reader package was considerably improved. Now it uses the Jakarta ConvertUtils class for conversion from Excel cell values into bean properties, and automatically handles all the primitive and java.util.Date types. Error handling was improved as well.