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
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,24 @@ and this project adheres to [Semantic Versioning](https://semver.org).
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
+
- New Algorithm for TRUNC, ROUNDUP, ROUNDDOWN. [Issue #4113](https://github.com/PHPOffice/PhpSpreadsheet/issues/4113)[PR #4115](https://github.com/PHPOffice/PhpSpreadsheet/pull/4115)
32
+
33
+
34
+
## 2024-07-29 - 2.2.1
35
+
36
+
### Security Fix
37
+
38
+
- Prevent XXE when loading files [PR #4119](https://github.com/PHPOffice/PhpSpreadsheet/pull/4119)
39
+
40
+
### Fixed
41
+
42
+
- 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)
43
+
- 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