Skip to content

1.6.0

Compare
Choose a tag to compare
@PowerKiKi PowerKiKi released this 02 Jan 04:46
· 3563 commits to master since this release
bf00f0c

Added

  • Refactored Matrix Functions to use external Matrix library
  • Possibility to specify custom colors of values for pie and donut charts - #768

Fixed

  • Improve XLSX parsing speed if no readFilter is applied - #772
  • Fix column names if read filter calls in XLSX reader skip columns - #777
  • Fix LOOKUP function which was breaking on edge cases - #796
  • Fix VLOOKUP with exact matches - #809
  • Support COUNTIFS multiple arguments - #830
  • Change libxml_disable_entity_loader() as shortly as possible - #819
  • Improved memory usage and performance when loading large spreadsheets - #822
  • Improved performance when loading large spreadsheets - #825
  • Improved performance when loading large spreadsheets - #824
  • Fix color from CSS when reading from HTML - #831
  • Fix infinite loop when reading invalid ODS files - #832
  • Fix time format for duration is incorrect - #666
  • Fix iconv unsupported //IGNORE//TRANSLIT on IBM i - #791

Changed

  • master is the new default branch, develop does not exist anymore