Release Notes‎ > ‎

JExcel 1.4 New features and improvements

posted Sep 22, 2010, 6:03 AM by Unknown user   [ updated Sep 3, 2015, 7:01 AM by Unknown user ]

New Features and Improvements:

  • Added the delete() method to Range class.
  • Updated JExcel FileFormat enumeration with the latest formats.
  • The following properties are added to the Window class:
    • DisplayGridlines
    • DisplayOutline
    • DisplayWorkbookTabs
    • DisplayHeadings
    • DisplayVerticalScrollBar
    • DisplayHorizontalScrollBar
    • DisplayFormulas
  • JExcel Application class has been extended with DisplayAlerts property to allow controlling Excel alerts.
  • Added wrappers for ForumulaArray and Formula properties to Range class.
  • 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 JWorkbook component.
  • Issue with closing EXCEL.EXE process after closing all opened JWorkbook components.
  • Memory leak issues with releasing JExcel application.
  • Focus handling issues between several opened JWorkbook.
  • Conflicts/focus handling issues between opened JWorkbook components and Excel windows.
  • Issues with a 'Static View' mode of JWorkbook component.
  • Re-parenting issue in JWorkbook component.
  • Activation/deactivation issues with Excel toolbar in JWorkbook component.
  • Improved stability when switching between opened JWorkbook components and another Excel windows.
  • Issue with closing JWorkbook component.
  • Layout issues in JWorkbook component.
  • Issue with creating multiple JWorkbook components simultaneously.
  • Blinking issues when several JWorkbook instances 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).