This will probably be the last release on the master branch that supports Php8.1.
Security Note
- File::prohibitWrappers and Drawing::setPath now reject phar paths with extra leading slashes (e.g. phar:///…) that escaped the prior parse_url-based filter. No security exploit was possible even with the extra slashes. PR #4876
Added
- Optional method to increase Calculation Engine's parsing speed. PR #4829
- Html Writer/Reader new data attributes. PR #4858
- IReader2 interface extending IReader with listWorksheetInfo/Names. Issue #4883 PR #4886
Changed
- Helper/Handler is now internal and final. PR #4896