Release Notes‎ > ‎

JExcel 1.2 Release Notes

posted Sep 22, 2010, 6:02 AM by Unknown user   [ updated Oct 11, 2012, 12:31 AM by Unknown user ]
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.