MyOOS
MyOOS copied to clipboard
Bump phpoffice/phpspreadsheet from 2.2.2 to 2.3.2 in /myoos
Bumps phpoffice/phpspreadsheet from 2.2.2 to 2.3.2.
Release notes
Sourced from phpoffice/phpspreadsheet's releases.
2.3.2
2024-11-10 - 2.3.2
Possible error in release process for 2.3.1.
Fixed
- 2.3.1 omitted.
- Backported security patches.
- Write ignoredErrors Tag Before Drawings. Backport of [PR #4212](PHPOffice/PhpSpreadsheet#4212) intended for 3.4.0.
- Changes to ROUNDDOWN/ROUNDUP/TRUNC. Backport of [PR #4214](PHPOffice/PhpSpreadsheet#4214) intended for 3.4.0.
Added
- Method to Test Whether Csv Will Be Affected by Php9. Backport of [PR #4189](PHPOffice/PhpSpreadsheet#4189) intended for 3.4.0.
2.3.0
2024-09-29 - 2.3.0
Fixed
- Backported security patches.
- Improve Xlsx Reader speed (backport of PR #4153 intended for 3.0.0). [Issue #3917](PHPOffice/PhpSpreadsheet#3917)
- Change to Csv Reader (see below under Deprecated). Backport of PR #4162 intended for 3.0.0. [Issue #4161](PHPOffice/PhpSpreadsheet#4161)
- Tweak to AMORDEGRC. Backport of PR #4164 intended for 3.0.0.
Changed
- Images will not be added to spreadsheet if they cannot be validated as images.
Deprecated
- Php8.4 will deprecate the escape parameter of fgetcsv. Csv Reader is affected by this; code is changed to be unaffected, but this will mean a breaking change is coming with Php9. Any code which uses the default escape value of backslash will fail in Php9. It is recommended to explicitly set the escape value to null string before then.
Changelog
Sourced from phpoffice/phpspreadsheet's changelog.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
TBD - 3.5.0
Added
- Nothing yet.
Changed
- Nothing yet.
Moved
- Nothing yet.
Deprecated
- Worksheet::getHashCode is no longer needed.
Fixed
- Add support for
<s>tag when converting HTML to RichText. [Issue #4223](PHPOffice/PhpSpreadsheet#4223) [PR #4224](PHPOffice/PhpSpreadsheet#4224)- Change hash code for worksheet. [Issue #4192](PHPOffice/PhpSpreadsheet#4192) [PR #4207](PHPOffice/PhpSpreadsheet#4207)
2024-11-10 - 3.4.0
Security Fix
- Several security patches.
Added
- Add Dynamic valueBinder Property to Spreadsheet and Readers. [Issue #1395](PHPOffice/PhpSpreadsheet#1395) [PR #4185](PHPOffice/PhpSpreadsheet#4185)
- Allow Omitting Chart Border. [Issue #562](PHPOffice/PhpSpreadsheet#562) [PR #4188](PHPOffice/PhpSpreadsheet#4188)
- Method to Test Whether Csv Will Be Affected by Php9. [PR #4189](PHPOffice/PhpSpreadsheet#4189)
Changed
- Refactor Xls Reader. [PR #4118](PHPOffice/PhpSpreadsheet#4118)
Deprecated
- IReader::SKIP_EMPTY_CELLS - use its alias IGNORE_EMPTY_CELLS instead.
- Worksheet::getProtectedCells was deprecated in release 2, but was not properly documented, and not removed in release 3. Use getProtectedCellRanges instead.
... (truncated)
Commits
08d4e08Backport Security Fix8628d63Backport PR #4189 Csv Methodc972c14Update Changelogc251ef5Restore 2 Disabled Testsa9693d1Backport Security Patchf0b70edHtml Writer Validate Hyperlink Protocols3bcd518Security Patchc2428f6AMORDEGRC and Csv Readerc370bfcPhp 8.4 Will Deprecate fgetcsv Parameter3990173Validate POST Input in Sample 45- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.