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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
10
10
### Added
11
11
12
12
- Xlsx Reader Optionally Ignore Rows With No Cells. [Issue #3982](https://github.com/PHPOffice/PhpSpreadsheet/issues/3982)[PR #4035](https://github.com/PHPOffice/PhpSpreadsheet/pull/4035)
13
+
- Means to change style without affecting current cell/sheet. [PR #4073](https://github.com/PHPOffice/PhpSpreadsheet/pull/4073)
13
14
14
15
### Changed
15
16
@@ -36,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org).
36
37
- Csv Reader allow use of html mimetype. [Issue #4036](https://github.com/PHPOffice/PhpSpreadsheet/issues/4036)[PR #4049](https://github.com/PHPOffice/PhpSpreadsheet/pull/4040)
37
38
- More RTL in Xlsx/Html Comments [Issue #4004](https://github.com/PHPOffice/PhpSpreadsheet/issues/4004)[PR #4065](https://github.com/PHPOffice/PhpSpreadsheet/pull/4065)
38
39
- Empty String in sharedStrings. [Issue #4063](https://github.com/PHPOffice/PhpSpreadsheet/issues/4063)[PR #4064](https://github.com/PHPOffice/PhpSpreadsheet/pull/4064)
40
+
- Treat invalid formulas as strings. [Issue #1310](https://github.com/PHPOffice/PhpSpreadsheet/issues/1310)[PR #4073](https://github.com/PHPOffice/PhpSpreadsheet/pull/4073)
0 commit comments