Menu

Java to SpreadsheetML released xelem.1.0 (stable)

Xelem is a compact Java library that enables the creation of Excel spreadsheets from within any Java (web)application. With a few lines of code all your data is at your disposal in a spreadsheet, ready to do calculations, analyses and information retrieval.

Xelem features:
- intuitive creation of workbooks and worksheets;
- the overloaded setData-methods of the SSCell class will accept all Java primitive values and objects;
- format your sheets and data by applying styles which you create WYSIWYG-like in your Excel-application;
- easy construction of formulas, using the absolute and relative range-references of Address and CellPointer;
- freeze panes, apply auto filtering, set grid and tab colors and customize many more worksheet options with just a line of code;
- serialize your workbook to a Writer, OutputStream or File.

project xelem: https://sourceforge.net/projects/xelem/
xelem home page: http://xelem.sourceforge.net/

Posted by Henk van den Berg 2004-12-17

Log in to post a comment.