Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
jexcelapi: A Java API to read, write and modify Excel spreadsheets
- Summary
- jexcelapi allows Java developers to read Excel spreadsheets and generate Excel
spreadsheets dynamically. In addition, it contains a mechanism which allows
Java applications to read a spreadsheet, modify some cells and write the
modified spreadsheet.
Thanks to jexcelapi non Windows operating systems can run pure Java applications
which process and deliver Excel spreadsheets. Because it is Java, this API may
be invoked from within a servlet, thus giving access to Excel functionality
over internet and intranet web applications.
Features:
- Reads data from Excel 95, 97, 2000 workbooks
- Reads and writes formulas (Excel 97 and later only)
- Generates spreadsheets in Excel 97 format
- Supports font, number and date formatting
- Supports shading and colouring of cells
- Modifies existing worksheets
Changelog
- * Fri Mar 10 23:00:00 2006 Fernando Nasser <fnasser{%}redhat{*}com> - 0:2.4.3-4jpp
-
- First JPP 1.7 build
- * Tue Aug 24 00:00:00 2004 Randy Watler <rwatler at finali.com> - 0:2.4.3-3jpp
-
- Rebuild with ant-1.6.2
- * Tue Jun 29 00:00:00 2004 Nicolas Mailhot <Nicolas.Mailhot at laPoste.net> 0:2.4.3-2jpp
-
- Use log4j as logger (Kaj J. Niemi)
- Built with 1.3.1.12 Sun JVM