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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org).
18
18
- Split screens (Xlsx and Xml only, not 100% complete). [Issue #3601](https://github.com/PHPOffice/PhpSpreadsheet/issues/3601)[PR #3622](https://github.com/PHPOffice/PhpSpreadsheet/pull/3622)
19
19
- Permit Meta Viewport in Html. [Issue #3565](https://github.com/PHPOffice/PhpSpreadsheet/issues/3565)[PR #3623](https://github.com/PHPOffice/PhpSpreadsheet/pull/3623)
20
20
- Hyperlink support for Ods. [Issue #3660](https://github.com/PHPOffice/PhpSpreadsheet/issues/3660)[PR #3669](https://github.com/PHPOffice/PhpSpreadsheet/pull/3669)
21
+
- ListWorksheetInfo/Names for Html/Csv/Slk. [Issue #3706](https://github.com/PHPOffice/PhpSpreadsheet/issues/3706)[PR #3709](https://github.com/PHPOffice/PhpSpreadsheet/pull/3709)
22
+
- Methods to determine if cell is actually locked, or hidden on formula bar. [PR #3722](https://github.com/PHPOffice/PhpSpreadsheet/pull/3722)
23
+
- Add iterateOnlyExistingCells to Constructors. [Issue #3721](https://github.com/PHPOffice/PhpSpreadsheet/issues/3721)[PR #3727](https://github.com/PHPOffice/PhpSpreadsheet/pull/3727)
21
24
22
25
### Changed
23
26
@@ -53,6 +56,11 @@ and this project adheres to [Semantic Versioning](https://semver.org).
53
56
- Recomputation of Relative Addresses in Defined Names. [Issue #3661](https://github.com/PHPOffice/PhpSpreadsheet/issues/3661)[PR #3673](https://github.com/PHPOffice/PhpSpreadsheet/pull/3673)
- Use Column Style when Row Dimension Exists Without Style. [Issue #3534](https://github.com/PHPOffice/PhpSpreadsheet/issues/3534)[PR #3688](https://github.com/PHPOffice/PhpSpreadsheet/pull/3688)
61
+
- Inconsistency Between Cell Data and Explicitly Declared Type. [Issue #3711](https://github.com/PHPOffice/PhpSpreadsheet/issues/3711)[PR #3715](https://github.com/PHPOffice/PhpSpreadsheet/pull/3715)
62
+
- Unexpected Namespacing in rels File. [Issue #3720](https://github.com/PHPOffice/PhpSpreadsheet/issues/3720)[PR #3722](https://github.com/PHPOffice/PhpSpreadsheet/pull/3722)
63
+
- Break Some Circular References. [PR #3716](https://github.com/PHPOffice/PhpSpreadsheet/pull/3716)[PR #3707](https://github.com/PHPOffice/PhpSpreadsheet/pull/3707)
0 commit comments