You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,11 +29,56 @@ and this project adheres to [Semantic Versioning](https://semver.org).
29
29
30
30
### Fixed
31
31
32
+
- Nothing yet.
33
+
34
+
## 2025-06-22 - 4.4.0
35
+
36
+
### Added
37
+
38
+
- VSTACK and HSTACK. [Issue #4485](https://github.com/PHPOffice/PhpSpreadsheet/issues/4485)[PR #4492](https://github.com/PHPOffice/PhpSpreadsheet/pull/4492)
39
+
- TOCOL and TOROW. [PR #4493](https://github.com/PHPOffice/PhpSpreadsheet/pull/4493)
40
+
- Support Current Office Theme. [PR #4500](https://github.com/PHPOffice/PhpSpreadsheet/pull/4500)
41
+
42
+
### Deprecated
43
+
44
+
- Theme constants COLOR_SCHEME_2013_PLUS_NAME (use COLOR_SCHEME_2013_2022_NAME) and COLOR_SCHEME_2013_PLUS (use COLOR_SCHEME_2013_2022).
45
+
46
+
### Fixed
47
+
48
+
- Various Writers RichText TextElement Should Inherit Cell Style. [Issue #1154](https://github.com/PHPOffice/PhpSpreadsheet/issues/1154)[PR #4487](https://github.com/PHPOffice/PhpSpreadsheet/pull/4487)
49
+
- Minor Changes to FILTER function. [PR #4491](https://github.com/PHPOffice/PhpSpreadsheet/pull/4491)
50
+
- Allow Xlsx Reader/Writer to support Font Charset. [Issue #2760](https://github.com/PHPOffice/PhpSpreadsheet/issues/2760)[PR #4501](https://github.com/PHPOffice/PhpSpreadsheet/pull/4501)
51
+
- AutoColor for LibreOffice Dark Mode [Discussion 4502](https://github.com/PHPOffice/PhpSpreadsheet/discussions/4502)[PR #4503](https://github.com/PHPOffice/PhpSpreadsheet/pull/4503)
52
+
- Xlsx Style Writer Minor Refactoring. [PR #4508](https://github.com/PHPOffice/PhpSpreadsheet/pull/4508)
53
+
- Allow Xlsx Reader to Specify ParseHuge. [Issue #4260](https://github.com/PHPOffice/PhpSpreadsheet/issues/4260)[PR #4515](https://github.com/PHPOffice/PhpSpreadsheet/pull/4515)
54
+
55
+
## 2025-05-26 - 4.3.1
56
+
57
+
### Fixed
58
+
59
+
- Regression in Date::stringToExcel. [Issue #4488](https://github.com/PHPOffice/PhpSpreadsheet/issues/4488)[PR #4489](https://github.com/PHPOffice/PhpSpreadsheet/pull/4489)
60
+
61
+
## 2025-05-25 - 4.3.0
62
+
63
+
### Added
64
+
65
+
- Xml Reader recognize indents. [Issue #4448](https://github.com/PHPOffice/PhpSpreadsheet/issues/4448)[PR #4449](https://github.com/PHPOffice/PhpSpreadsheet/pull/4449)
66
+
67
+
### Changed
68
+
69
+
- Phpstan Level 10.
70
+
71
+
### Fixed
72
+
32
73
- Micro-optimization for excelToDateTimeObject. [Issue #4438](https://github.com/PHPOffice/PhpSpreadsheet/issues/4438)[PR #4442](https://github.com/PHPOffice/PhpSpreadsheet/pull/4442)
- Print Area and Row Break. [Issue #1275](https://github.com/PHPOffice/PhpSpreadsheet/issues/1275)[PR #4450](https://github.com/PHPOffice/PhpSpreadsheet/pull/4450)
76
+
- Copy Styles after insertNewColumnBefore. [Issue #1425](https://github.com/PHPOffice/PhpSpreadsheet/issues/1425)[PR #4468](https://github.com/PHPOffice/PhpSpreadsheet/pull/4468)
35
77
- Xls Writer Treat Hyperlink Starting with # as Internal. [Issue #56](https://github.com/PHPOffice/PhpSpreadsheet/issues/56)[PR #4453](https://github.com/PHPOffice/PhpSpreadsheet/pull/4453)
36
-
- ODS Handling of Ceiling and Floor. [Issue #407](https://github.com/PHPOffice/PhpSpreadsheet/issues/407)[PR #4466](https://github.com/PHPOffice/PhpSpreadsheet/pull/4466)
78
+
- More Precision for Float to String Casts. [Issue #3899](https://github.com/PHPOffice/PhpSpreadsheet/issues/3899)[PR #4479](https://github.com/PHPOffice/PhpSpreadsheet/pull/4479)
- ODS Handling of Ceiling and Floor. [Issue #477](https://github.com/PHPOffice/PhpSpreadsheet/issues/407)[PR #4466](https://github.com/PHPOffice/PhpSpreadsheet/pull/4466)
81
+
- Xlsx Reader Do Not Process Printer Settings for Dataonly. [Issue #4477](https://github.com/PHPOffice/PhpSpreadsheet/issues/4477)[PR #4480](https://github.com/PHPOffice/PhpSpreadsheet/pull/4480)
0 commit comments