What's New in JExcel

JExcel 1.2
May 08, 2008

New Features and Improvements:
  • Added getRowCount() and getColumnCount() methods for Range class.
  • fillWithArray() method implementation is improved by using setValue2 MS Excel interface, speeding up bulk operations for large data sets.
  • Added setSaved() method for Workbook class for forcing “saved” status.
  • Native Peer setValue2() functionality is exposed for Range object.
Fixes:
  • Added COM exception handling for deleteRow() and deleteColumn() methods.
  • Memory leak fixes in RangePresentation inherited classes.
  • Fixed CLSID checking for XLSM format (MS Excel 2007 Macro-Enabled Workbook).
  • Fixed XLS file opening issue when working using MS Office 2007.
  • Fixed save() method from JWorkbook class to correctly save an opened document.
  • Fixed file reference storage for saveAs() method of JWorkbook class.
Other:
  • Some new samples based on customer support requests are added to JExcel package.
  • Fixed “Save” and “Save as...” menu items in JExcel demo application.