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
+20-5Lines changed: 20 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,23 +9,38 @@ and this project adheres to [Semantic Versioning](https://semver.org).
9
9
10
10
### Added
11
11
12
-
- Nothing
12
+
- Nothing yet.
13
13
14
14
### Changed
15
15
16
-
- Nothing
16
+
- Nothing yet.
17
17
18
18
### Deprecated
19
19
20
-
- Nothing
20
+
- Nothing yet.
21
21
22
22
### Moved
23
23
24
-
- Nothing
24
+
- Nothing yet.
25
25
26
26
### Fixed
27
27
28
-
- Nothing
28
+
- Html Reader Preserve Unicode Whitespace. [Issue #1284](https://github.com/PHPOffice/PhpSpreadsheet/issues/1284)[PR #4106](https://github.com/PHPOffice/PhpSpreadsheet/pull/4106)
29
+
- RATE Function Floating Point Number of Periods. [PR #4107](https://github.com/PHPOffice/PhpSpreadsheet/pull/4107)
30
+
- Parameter Name Change Xlsx Writer Workbook. [Issue #4108](https://github.com/PHPOffice/PhpSpreadsheet/issues/4108)[PR #4111](https://github.com/PHPOffice/PhpSpreadsheet/pull/4111)
31
+
32
+
## 2024-07-29 - 2.2.1
33
+
34
+
### Security Fix
35
+
36
+
- Prevent XXE when loading files [PR #4119](https://github.com/PHPOffice/PhpSpreadsheet/pull/4119)
37
+
38
+
### Fixed
39
+
40
+
- Add Sheet may leave Active Sheet uninitialized. [Issue #4112](https://github.com/PHPOffice/PhpSpreadsheet/issues/4112)[PR #4114](https://github.com/PHPOffice/PhpSpreadsheet/pull/4114)
41
+
- Reference to Defined Name Specifying Worksheet. [Issue #206](https://github.com/PHPOffice/PhpSpreadsheet/issues/296)[PR #4096](https://github.com/PHPOffice/PhpSpreadsheet/pull/4096)
0 commit comments