Added
- Support Justify Last Line. Issue #4374 PR #4373
- Allow Spreadsheet clone. PR #437-
Changed
- ListWorksheetInfo will now return sheetState (visible, hidden, veryHidden). Issue #4345 PR #4366
- Start migration to Phpstan 2. PR #4359
- IOFactory identify can return, and createReader and CreateWriter can accept, a class name rather than a file type. Issue #4357 PR #4361
Fixed
- Refactor Helper/Html. PR #4359
- Handle #REF! as Argument to AVERAGEIF/COUNTIF/SUMIF. Issue #4381 PR #4382
- Ignore ignoredErrors when not applicable. Issue #4375 PR #4377
- Better handling of defined names on sheets whose titles include apostrophes. Issue #4356 Issue #4362 Issue #4376 PR #4360
- Partial solution for removing rows or columns that include edge ranges. Issue #1449 PR #3528
- Prefer mb_str_split to str_split. PR #3341