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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
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
- Option for CSV output file to have varying numbers of columns for each row. [Issue #1415](https://github.com/PHPOffice/PhpSpreadsheet/issues/1415)[PR #4076](https://github.com/PHPOffice/PhpSpreadsheet/pull/4076)
14
15
15
16
### Changed
@@ -34,11 +35,14 @@ and this project adheres to [Semantic Versioning](https://semver.org).
34
35
- Mpdf and Tcpdf Borders on Merged Cells. [Issue #3557](https://github.com/PHPOffice/PhpSpreadsheet/issues/3557)[PR #4047](https://github.com/PHPOffice/PhpSpreadsheet/pull/4047)
35
36
- Xls Conditional Format Improvements. [PR #4030](https://github.com/PHPOffice/PhpSpreadsheet/pull/4030)[PR #4033](https://github.com/PHPOffice/PhpSpreadsheet/pull/4033)
36
37
- Conditional Range Unions and Intersections [Issue #4039](https://github.com/PHPOffice/PhpSpreadsheet/issues/4039)[PR #4042](https://github.com/PHPOffice/PhpSpreadsheet/pull/4042)
38
+
- Ods comments with newlines. [Issue #4081](https://github.com/PHPOffice/PhpSpreadsheet/issues/4081)[PR #4086](https://github.com/PHPOffice/PhpSpreadsheet/pull/4086)
39
+
- Propagate errors in Text functions. [Issue #2581](https://github.com/PHPOffice/PhpSpreadsheet/issues/2581)[PR #4080](https://github.com/PHPOffice/PhpSpreadsheet/pull/4080)
37
40
- Csv Reader allow use of html mimetype. [Issue #4036](https://github.com/PHPOffice/PhpSpreadsheet/issues/4036)[PR #4040](https://github.com/PHPOffice/PhpSpreadsheet/pull/4040)
38
41
- Problem rendering line chart with missing plot label. [PR #4074](https://github.com/PHPOffice/PhpSpreadsheet/pull/4074)
39
42
- More RTL in Xlsx/Html Comments [Issue #4004](https://github.com/PHPOffice/PhpSpreadsheet/issues/4004)[PR #4065](https://github.com/PHPOffice/PhpSpreadsheet/pull/4065)
40
43
- Empty String in sharedStrings. [Issue #4063](https://github.com/PHPOffice/PhpSpreadsheet/issues/4063)[PR #4064](https://github.com/PHPOffice/PhpSpreadsheet/pull/4064)
41
44
- Ods Xml Reader and Whitespace Text Nodes. [Issue #804](https://github.com/PHPOffice/PhpSpreadsheet/issues/804)[PR #4087](https://github.com/PHPOffice/PhpSpreadsheet/pull/4087)
45
+
- 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