New Features and Improvements:
- Added the
delete()method toRangeclass. - Updated JExcel
FileFormatenumeration with the latest formats. - The following properties are added to the Window class:
DisplayGridlinesDisplayOutlineDisplayWorkbookTabsDisplayHeadingsDisplayVerticalScrollBarDisplayHorizontalScrollBarDisplayFormulas
- JExcel Application class has been extended with
DisplayAlertsproperty to allow controlling Excel alerts. - Added wrappers for
ForumulaArrayandFormulaproperties toRangeclass. - JExcel is now using the SLF4J Logging Facade that allowing the end user to plug in the desired logging framework at deployment time.
- Added Ctrl+S keyboard shortcut to "Save" option (JExcel Demo).
- Added ability to open several windows of JExcel Demo (JExcel Demo).
Resolved Issues:
- Issue with opening new Excel file formats.
- Issues with closing Popup menus immediately after opening.
- Excel repainting issues in
JWorkbookcomponent. - Issue with closing EXCEL.EXE process after closing all opened
JWorkbookcomponents. - Memory leak issues with releasing JExcel application.
- Focus handling issues between several opened
JWorkbook. - Conflicts/focus handling issues between opened
JWorkbookcomponents and Excel windows. - Issues with a 'Static View' mode of
JWorkbookcomponent. - Re-parenting issue in
JWorkbookcomponent. - Activation/deactivation issues with Excel toolbar in
JWorkbookcomponent. - Improved stability when switching between opened
JWorkbookcomponents and another Excel windows. - Issue with closing
JWorkbookcomponent. - Layout issues in
JWorkbookcomponent. - Issue with creating multiple
JWorkbookcomponents simultaneously. - Blinking issues when several
JWorkbookinstances are opened. - Issue with opening "Print Preview" mode.
- Issue with closing Java process "javaw.exe" after closing the last JExcel Demo window (JExcel Demo).
- Crash issue with JVM 1.6 (JExcel Demo).