Added
- Make Reader/Csv Extendable, add new preferred Reader/CsvNoEscape class. Issue #4836 PR #4837 PR #4845
- XLOOKUP function. Issue #1453 PR #4844
- Introduction of a benchmark test suite, independent of the default unit test suite. Users can use it as a template for experimenting and making decisions concerning performance. PR #4824
Deprecated
- Collection/Cells::MAX_COLUMN_ID - use Cell/AddressRange::MAX_COLUMN_INT.
- Writer/Xls/Worksheet constants MAX_XLS_COLUMN, MAX_XLS_COLUMN_STRING, MAX_XLS_ROW - use Cell/AddressRange MAX_COLUMN_INT_XLS, MAX_COLUMN_XLS, MAX_ROW_XLS
Fixed
- Consistent handling of row and column limits. PR #4820
- Problems with Html Conditional Formatting Colorscale. Issue #4838 PR #4839
- Fixed an issue where Date detection could misclassify invalid numeric values as dates. PR #4841
- Ods Reader/Writer Integer Styles with Leading Zeros. Issue #1606 PR #4822
- Xlsx Writer Data URI for Images. Issue #4823 PR #4831
- Confusion Checking for Union Arguments. Issue #4832 PR #4835
- Reader Xlsx Hyperlink with Anchor. Issue #4842 PR #4843