PhpSpreadsheet v5.8.0 Release Notes
Release Date: 2026-06-07 // 9 days ago-
๐ 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
๐ Fixed
Previous changes from v5.7.0
-
๐ Fixed
- ๐ Security patches.