Releases: PHPOffice/PhpSpreadsheet
Releases · PHPOffice/PhpSpreadsheet
3.7.0
Deprecated
- Drawing::setIsUrl is unneeded. The property is set when setPath determines whether path is a url.
Fixed
- Security patches for Samples.
- Security patches for Html Writer.
- Avoid unexpected charset in currency symbol. PR #4279
- Add forceFullCalc option to Xlsx Writer. Issue #4269 PR #4271
- More context options may be needed for http(s) image. Php issue 17121 PR #4276
- Coverage-related tweaks to Xls Reader. PR #4277
- Several fixed to ODS Writer. Issue #4261 PR #4263 PR #4264 PR #4266
2.3.5
2.1.6
1.29.7
3.6.0
Fixed
- Html Reader/Writer Better Handling of Booleans. PR #4257
- Fill Patterns/Colors When Xml Attributes are Missing. Issue #4248 PR #4250
- Remove Unneccesary files from Composer Package. PR #4262
- Swapped row and column indexes in ReferenceHelper. Issue #4246 PR #4247
- Fix minor break handling drawings. Issue #4241 PR #4244
- Ignore cell formatting when the format is a single @. Issue #4242 PR #4243
- Upgrade Dompdf to Php-8.4 compatible version PR #4267
2.3.4
2.1.5
2024-12-08 - 2.1.5
Fixed
1.29.6
3.5.0
Added
- Nothing yet.
Changed
- Settings::libXmlLoaderOptions is ignored. PR #4233
Moved
- Nothing yet.
Deprecated
- Settings::setLibXmlLoaderOptions() and Settings::getLibXmlLoaderOptions() are no longer needed - no replacement.
- Worksheet::getHashCode is no longer needed.
Fixed
- Add support for
<s>
tag when converting HTML to RichText. Issue #4223 PR #4224 - Change hash code for worksheet. Issue #4192 PR #4207