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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,13 +30,15 @@ and this project adheres to [Semantic Versioning](https://semver.org).
30
30
-**Xlsx** (Previously only simple named ranges were supported)
31
31
-**Xls** (Previously neither named ranges nor formulae were supported) - Still not supported, but some parser issues resolved that previously failed to differentiate between a defined name and a function name
32
32
-**Ods** (Previously neither named ranges nor formulae were supported)
33
+
- Support for PHP 8.0
33
34
34
35
### Changed
35
36
36
37
- Improve Coverage for ODS Reader [#1545](https://github.com/phpoffice/phpspreadsheet/pull/1545)
37
38
- Named formula implementation, and improved handling of Defined Names generally [#1535](https://github.com/PHPOffice/PhpSpreadsheet/pull/1535)
38
39
- fix resolution of relative named range values in the calculation engine; previously all named range values had been treated as absolute.
39
40
- Drop $this->spreadSheet null check from Xlsx Writer [#1646](https://github.com/phpoffice/phpspreadsheet/pull/1646)
41
+
- Improving Coverage for Excel2003 XML Reader [#1557](https://github.com/phpoffice/phpspreadsheet/pull/1557)
40
42
41
43
### Deprecated
42
44
@@ -582,4 +584,4 @@ For a comprehensive list of all class changes, and a semi-automated migration pa
582
584
583
585
## Previous versions of PHPExcel
584
586
585
-
The changelog for the project when it was called PHPExcel is [still available](./CHANGELOG.PHPExcel.md).
587
+
The changelog for the project when it was called PHPExcel is [still available](./CHANGELOG.PHPExcel.md).
0 commit comments