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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24-8Lines changed: 24 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com)
6
6
and this project adheres to [Semantic Versioning](https://semver.org). Thia is always true of the master branch. Some earlier branches remain supported and security fixes are applied to them; if the security fix represents a breaking change, it may have to be applied as a minor or patch version.
7
7
8
-
## TBD - 5.5.0
8
+
## TBD - 5.6.0
9
9
10
10
### Added
11
11
12
-
- Option to use OldCalculatedValue in ToArray and Relatives. [Issue #1810](https://github.com/PHPOffice/PhpSpreadsheet/issues/1810)[PR #4787](https://github.com/PHPOffice/PhpSpreadsheet/pull/4787)
13
-
- Add checkbox style (Xlsx and Html). [PR #4781](https://github.com/PHPOffice/PhpSpreadsheet/pull/4781)
14
-
- Option to whitelist external images. [PR #4793](https://github.com/PHPOffice/PhpSpreadsheet/pull/4793)
15
-
- Writer/Html add ability to set line ending. [PR #4779](https://github.com/PHPOffice/PhpSpreadsheet/pull/4779)
16
-
- Writer/Html optionally save formulas as data attributes. [PR #4783](https://github.com/PHPOffice/PhpSpreadsheet/pull/4783)
17
-
- User-supplied headers and footers in PDF. [Issue #3159](https://github.com/PHPOffice/PhpSpreadsheet/issues/3159)[PR #4789](https://github.com/PHPOffice/PhpSpreadsheet/pull/4789)
12
+
- Nothing yet.
18
13
19
14
### Removed
20
15
@@ -30,16 +25,37 @@ and this project adheres to [Semantic Versioning](https://semver.org). Thia is a
30
25
31
26
### Deprecated
32
27
28
+
- Nothing yet.
29
+
30
+
### Fixed
31
+
32
+
- Nothing yet.
33
+
34
+
## 2026-02-28 - 5.5.0
35
+
36
+
### Added
37
+
38
+
- Much improved handling of Styles by Ods Reader. The relevant changes are listed at the end of the "Fixed" section below.
39
+
- Option to use OldCalculatedValue in ToArray and Relatives. [Issue #1810](https://github.com/PHPOffice/PhpSpreadsheet/issues/1810)[PR #4787](https://github.com/PHPOffice/PhpSpreadsheet/pull/4787)
40
+
- Add checkbox style (Xlsx and Html). [PR #4781](https://github.com/PHPOffice/PhpSpreadsheet/pull/4781)
41
+
- Option to whitelist external images. [PR #4793](https://github.com/PHPOffice/PhpSpreadsheet/pull/4793)
42
+
- Writer/Html add ability to set line ending. [PR #4779](https://github.com/PHPOffice/PhpSpreadsheet/pull/4779)
43
+
- Writer/Html optionally save formulas as data attributes. [PR #4783](https://github.com/PHPOffice/PhpSpreadsheet/pull/4783)
44
+
- User-supplied headers and footers in PDF. [Issue #3159](https://github.com/PHPOffice/PhpSpreadsheet/issues/3159)[PR #4789](https://github.com/PHPOffice/PhpSpreadsheet/pull/4789)
45
+
46
+
### Deprecated
47
+
33
48
- Writer/Html constant BODY_LINE no longer makes sense with a configurable line ending. No replacement.
34
49
- Calculation classes FormulaParser and FormulaToken are unused. No replacement.
50
+
- Writer/Xls/Worksheet methods insertBitMap, positionImage, writeObjPicture, processBitmapGd, and processBitmap are unused. No replacement.
35
51
36
52
### Fixed
37
53
38
54
- Improve performance in value binders. [PR #4780](https://github.com/PHPOffice/PhpSpreadsheet/pull/4780)
39
55
- Handle Unions as Function Arguments. [Issue #4656](https://github.com/PHPOffice/PhpSpreadsheet/issues/4656)[Issue #316](https://github.com/PHPOffice/PhpSpreadsheet/issues/316)[Issue #503](https://github.com/PHPOffice/PhpSpreadsheet/issues/503)[PR #4657](https://github.com/PHPOffice/PhpSpreadsheet/pull/4657)
40
56
- Unexpected Behavior of CONCATENATE. [Issue #4061](https://github.com/PHPOffice/PhpSpreadsheet/issues/4061)[PR #4797](https://github.com/PHPOffice/PhpSpreadsheet/pull/4797)
0 commit comments