Release Notes‎ > ‎

JExcel 1.0 Release Notes

posted Sep 22, 2010, 6:00 AM by Unknown user   [ updated Oct 11, 2012, 12:31 AM by Unknown user ]
Changes since version 1.0 Beta:
  • Removed ability to access the underlying Workbook object of JWorkbook to avoid ambiguity.
  • Added ability to interrupt JWorkbook closing.
  • Added ability to fill the cells Range with an array of values.
  • JWorkbookJWorkbookEventListenerJWorkbookEventAdapterJWorkbookEventObject moved to com.jniwrapper.win32.jexcel.ui package.
  • BorderFontInteriorPatternTextAlignmentTextOrientation moved to com.jniwrapper.win32.jexcel.format package.
  • JWorkbook and Workbook classes now implement the common GenericWorkbook interface.
  • Workbook.getPeer() renamed to getNativePeer().

Fixes:

  • Fixed "Object is not connected to server" problem occurred while creating new workbook.
  • Fixed problem with repainting workbook in "static mode" in JExcel Demo.

JExcel Demo:

  • JExcel Demo source are now available in distribution.
  • "Save Copy As..." dialog opens when closing a workbook that was modified.