Skip to content

1.3.0

Compare
Choose a tag to compare
@PowerKiKi PowerKiKi released this 10 Jun 06:46
· 4024 commits to master since this release
2eb342c

Added

  • Support to read Xlsm templates with form elements, macros, printer settings, protected elements and back compatibility drawing, and save result without losing important elements of document - #435
  • Expose sheet title maximum length as Worksheet::SHEET_TITLE_MAXIMUM_LENGTH - #482
  • Allow escape character to be set in CSV reader – #492

Fixed

  • Subtotal 9 in a group that has other subtotals 9 exclude the totals of the other subtotals in the range - #332
  • Helper\Html support UTF-8 HTML input - #444
  • Xlsx loaded an extra empty comment for each real comment - #375
  • Xlsx reader do not read rows and columns filtered out in readFilter at all - #370
  • Make newer Excel versions properly recalculate formulas on document open - #456
  • Coordinate::extractAllCellReferencesInRange() throws an exception for an invalid range – #519
  • Fixed parsing of conditionals in COUNTIF functions - #526
  • Corruption errors for saved Xlsx docs with frozen panes - #532