fix(deps): update dependency phpoffice/phpspreadsheet to v4.3.1 #5

Merged
kumi merged 1 commit from renovate/phpoffice-phpspreadsheet-4.x-lockfile into main 2025-05-27 12:55:20 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
phpoffice/phpspreadsheet require minor 4.1.0 -> 4.3.1

Release Notes

PHPOffice/PhpSpreadsheet (phpoffice/phpspreadsheet)

v4.3.1

Compare Source

Fixed

v4.3.0

Compare Source

Added
Changed
  • Phpstan Level 10.
Fixed

v4.2.0

Compare Source

Added
Changed
  • Phpstan Version 2. PR #​4384
  • Start migration to Phpstan level 9. PR #​4396
  • Calculation locale logic moved to separate class. PR #​4398
  • TREND_POLYNOMIAL_* and TREND_BEST_FIT do not work, and are changed to throw Exceptions if attempted. (TREND_BEST_FIT_NO_POLY works.) An attempt to use an unknown trend type will now also throw an exception. Issue #​4400 PR #​4339
  • Month parameter of DATE function will now return VALUE if an ordinal string (e.g. '3rd') is used, but will accept bool or null. PR #​4420
Fixed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [phpoffice/phpspreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) | require | minor | `4.1.0` -> `4.3.1` | --- ### Release Notes <details> <summary>PHPOffice/PhpSpreadsheet (phpoffice/phpspreadsheet)</summary> ### [`v4.3.1`](https://github.com/PHPOffice/PhpSpreadsheet/blob/HEAD/CHANGELOG.md#2025-05-26---431) [Compare Source](https://github.com/PHPOffice/PhpSpreadsheet/compare/4.3.0...4.3.1) ##### Fixed - Regression in Date::stringToExcel. [Issue #&#8203;4488](https://github.com/PHPOffice/PhpSpreadsheet/issues/4488) [PR #&#8203;4489](https://github.com/PHPOffice/PhpSpreadsheet/pull/4489) ### [`v4.3.0`](https://github.com/PHPOffice/PhpSpreadsheet/blob/HEAD/CHANGELOG.md#2025-05-25---430) [Compare Source](https://github.com/PHPOffice/PhpSpreadsheet/compare/4.2.0...4.3.0) ##### Added - Xml Reader recognize indents. [Issue #&#8203;4448](https://github.com/PHPOffice/PhpSpreadsheet/issues/4448) [PR #&#8203;4449](https://github.com/PHPOffice/PhpSpreadsheet/pull/4449) ##### Changed - Phpstan Level 10. ##### Fixed - Micro-optimization for excelToDateTimeObject. [Issue #&#8203;4438](https://github.com/PHPOffice/PhpSpreadsheet/issues/4438) [PR #&#8203;4442](https://github.com/PHPOffice/PhpSpreadsheet/pull/4442) - Removing Columns/Rows Containing Merged Cells. [Issue #&#8203;282](https://github.com/PHPOffice/PhpSpreadsheet/issues/282) [PR #&#8203;4465](https://github.com/PHPOffice/PhpSpreadsheet/pull/4465) - Print Area and Row Break. [Issue #&#8203;1275](https://github.com/PHPOffice/PhpSpreadsheet/issues/1275) [PR #&#8203;4450](https://github.com/PHPOffice/PhpSpreadsheet/pull/4450) - Copy Styles after insertNewColumnBefore. [Issue #&#8203;1425](https://github.com/PHPOffice/PhpSpreadsheet/issues/1425) [PR #&#8203;4468](https://github.com/PHPOffice/PhpSpreadsheet/pull/4468) - Xls Writer Treat Hyperlink Starting with # as Internal. [Issue #&#8203;56](https://github.com/PHPOffice/PhpSpreadsheet/issues/56) [PR #&#8203;4453](https://github.com/PHPOffice/PhpSpreadsheet/pull/4453) - More Precision for Float to String Casts. [Issue #&#8203;3899](https://github.com/PHPOffice/PhpSpreadsheet/issues/3899) [PR #&#8203;4479](https://github.com/PHPOffice/PhpSpreadsheet/pull/4479) - Hyperlink Styles. [Issue #&#8203;1632](https://github.com/PHPOffice/PhpSpreadsheet/issues/1632) [PR #&#8203;4478](https://github.com/PHPOffice/PhpSpreadsheet/pull/4478) - ODS Handling of Ceiling and Floor. [Issue #&#8203;477](https://github.com/PHPOffice/PhpSpreadsheet/issues/407) [PR #&#8203;4466](https://github.com/PHPOffice/PhpSpreadsheet/pull/4466) - Xlsx Reader Do Not Process Printer Settings for Dataonly. [Issue #&#8203;4477](https://github.com/PHPOffice/PhpSpreadsheet/issues/4477) [PR #&#8203;4480](https://github.com/PHPOffice/PhpSpreadsheet/pull/4480) ### [`v4.2.0`](https://github.com/PHPOffice/PhpSpreadsheet/blob/HEAD/CHANGELOG.md#2025-04-16---420) [Compare Source](https://github.com/PHPOffice/PhpSpreadsheet/compare/4.1.0...4.2.0) ##### Added - Add ability to add custom functions to Calculation. [PR #&#8203;4390](https://github.com/PHPOffice/PhpSpreadsheet/pull/4390) - Add FormulaRange to IgnoredErrors. [PR #&#8203;4393](https://github.com/PHPOffice/PhpSpreadsheet/pull/4393) - TextGrid improvements. [PR #&#8203;4418](https://github.com/PHPOffice/PhpSpreadsheet/pull/4418) - Permit read to class which extends Spreadsheet. [Discussion #&#8203;4402](https://github.com/PHPOffice/PhpSpreadsheet/discussions/4402) [PR #&#8203;4404](https://github.com/PHPOffice/PhpSpreadsheet/pull/4404) - Conditional and table formatting support for html writer [PR #&#8203;4412](https://github.com/PHPOffice/PhpSpreadsheet/pull/4412) ##### Changed - Phpstan Version 2. [PR #&#8203;4384](https://github.com/PHPOffice/PhpSpreadsheet/pull/4384) - Start migration to Phpstan level 9. [PR #&#8203;4396](https://github.com/PHPOffice/PhpSpreadsheet/pull/4396) - Calculation locale logic moved to separate class. [PR #&#8203;4398](https://github.com/PHPOffice/PhpSpreadsheet/pull/4398) - TREND_POLYNOMIAL_\* and TREND_BEST_FIT do not work, and are changed to throw Exceptions if attempted. (TREND_BEST_FIT_NO_POLY works.) An attempt to use an unknown trend type will now also throw an exception. [Issue #&#8203;4400](https://github.com/PHPOffice/PhpSpreadsheet/issues/4400) [PR #&#8203;4339](https://github.com/PHPOffice/PhpSpreadsheet/pull/4339) - Month parameter of DATE function will now return VALUE if an ordinal string (e.g. '3rd') is used, but will accept bool or null. [PR #&#8203;4420](https://github.com/PHPOffice/PhpSpreadsheet/pull/4420) ##### Fixed - Ignore fractional part of Drawing Shadow Alpha. [Issue #&#8203;4415](https://github.com/PHPOffice/PhpSpreadsheet/issues/4415) [PR #&#8203;4417](https://github.com/PHPOffice/PhpSpreadsheet/pull/4417) - BIN2DEC, OCT2DEC, and HEX2DEC return numbers rather than strings. [Issue #&#8203;4383](https://github.com/PHPOffice/PhpSpreadsheet/issues/4383) [PR #&#8203;4389](https://github.com/PHPOffice/PhpSpreadsheet/pull/4389) - Fix TREND_BEST_FIT_NO_POLY. [Issue #&#8203;4400](https://github.com/PHPOffice/PhpSpreadsheet/issues/4400) [PR #&#8203;4339](https://github.com/PHPOffice/PhpSpreadsheet/pull/4339) - Ods Reader No DataType for Null Value. [Issue #&#8203;4435](https://github.com/PHPOffice/PhpSpreadsheet/issues/4435) [PR #&#8203;4436](https://github.com/PHPOffice/PhpSpreadsheet/pull/4436) - Column widths not preserved when using read filter. [Issue #&#8203;4416](https://github.com/PHPOffice/PhpSpreadsheet/issues/4416) [PR #&#8203;4423](https://github.com/PHPOffice/PhpSpreadsheet/pull/4423) - Fix typo in Style exportArray quotePrefix. [Issue #&#8203;4422](https://github.com/PHPOffice/PhpSpreadsheet/issues/4422) [PR #&#8203;4424](https://github.com/PHPOffice/PhpSpreadsheet/pull/4424) - Tweak Spreadsheet clone. [PR #&#8203;4419](https://github.com/PHPOffice/PhpSpreadsheet/pull/4419) - Better handling of Chart DisplayBlanksAs. [Issue #&#8203;4411](https://github.com/PHPOffice/PhpSpreadsheet/issues/4411) [PR #&#8203;4414](https://github.com/PHPOffice/PhpSpreadsheet/pull/4414) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuOCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot force-pushed renovate/phpoffice-phpspreadsheet-4.x-lockfile from 034134925a to 1e0a82a01c 2025-05-24 13:41:44 +00:00 Compare
renovate-bot force-pushed renovate/phpoffice-phpspreadsheet-4.x-lockfile from 1e0a82a01c to 0a5cf3cf64 2025-05-27 11:41:22 +00:00 Compare
renovate-bot changed title from fix(deps): update dependency phpoffice/phpspreadsheet to v4.2.0 to fix(deps): update dependency phpoffice/phpspreadsheet to v4.3.1 2025-05-27 11:41:24 +00:00
kumi merged commit 3d69b18b99 into main 2025-05-27 12:55:20 +00:00
kumi deleted branch renovate/phpoffice-phpspreadsheet-4.x-lockfile 2025-05-27 12:55:21 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: KumiSystems/moodle-report_usergrades#5
No description provided.