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
+8-2
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org).
35
35
36
36
- Improve Coverage for ODS Reader [#1545](https://github.com/phpoffice/phpspreadsheet/pull/1545)
37
37
- Named formula implementation, and improved handling of Defined Names generally [#1535](https://github.com/PHPOffice/PhpSpreadsheet/pull/1535)
38
-
- fix resolution of relative named range values in the calculation engine; previously all named range values had been treated as absolute.
38
+
- fix resolution of relative named range values in the calculation engine; previously all named range values had been treated as absolute.
39
+
- Drop $this->spreadSheet null check from Xlsx Writer [#1646](https://github.com/phpoffice/phpspreadsheet/pull/1646)
39
40
40
41
### Deprecated
41
42
@@ -50,6 +51,10 @@ and this project adheres to [Semantic Versioning](https://semver.org).
[](https://gitter.im/PHPOffice/PhpSpreadsheet)
10
10
11
-
PhpSpreadsheet is a library written in pure PHP and providing a set of classes that allow you to read from and to write to different spreadsheet file formats, like Excel and LibreOffice Calc.
11
+
PhpSpreadsheet is a library written in pure PHP and offers a set of classes that
12
+
allow you to read and write various spreadsheet file formats such as Excel and LibreOffice Calc.
0 commit comments