oExport Changelog

What's new in oExport 2.38

Jan 22, 2024
  • New features:
  • Delphi 12 support
  • OExport: add IFERROR function
  • OFiller: do not use Random
  • OFiller: fix siplify DOC structure for hyperlinks and templates (Page X of Y)

New in oExport 2.37 (Jan 2, 2023)

  • Bug fixes:
  • Recalculation engine: fix equal and not-equal operator for strings and booleans
  • make compatible with latest OXml
  • XLS: fix error when last string was interrupted by a record break
  • fix default column properties for XLSX

New in oExport 2.36 (Mar 27, 2022)

  • Bug fixes:
  • ExcelCellWidthToPx to interface
  • Remove OWideSupp_Vcl.pas
  • Fix loading XLSX without theme file

New in oExport 2.35 (Sep 30, 2021)

  • New features:
  • Delphi 11 support

New in oExport 2.32 (Jan 11, 2021)

  • New features:
  • Delphi 10.4 packages

New in oExport 0.6 (Apr 20, 2012)

  • Page Header & Footer support
  • new more logical interface (AddWorksheet, AddRow, AddCell* methods)
  • some minor bug fixies
  • new demo

New in oExport 0.5 (Apr 20, 2012)

  • Delphi 7 full support

New in oExport 0.4 (Apr 20, 2012)

  • support for string values with line breaks (ods/xlsx import/export)
  • corrected white space handling (ods import)
  • removed bug when row was empty (xlsx import)
  • added OFiller

New in oExport 0.3 (Apr 20, 2012)

  • Support for Excel files with columns after Z ('AA' etc.)

New in oExport 0.2 (Apr 20, 2012)

  • Delphi XE2 compatibility
  • XML Parser changed from janXMLtree to OmniXML