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
@@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org).
18
18
- Added Worksheet visibility in Ods Writer [PR #2850](https://github.com/PHPOffice/PhpSpreadsheet/pull/2850)
19
19
- Allow Csv Reader to treat string as contents of file [Issue #1285](https://github.com/PHPOffice/PhpSpreadsheet/issues/1285)[PR #2792](https://github.com/PHPOffice/PhpSpreadsheet/pull/2792)
20
20
- Allow Csv Reader to store null string rather than leave cell empty [Issue #2840](https://github.com/PHPOffice/PhpSpreadsheet/issues/2840)[PR #2842](https://github.com/PHPOffice/PhpSpreadsheet/pull/2842)
21
+
- Provide new Worksheet methods to identify if a row or column is "empty", making allowance for different definitions of "empty":
22
+
- Treat rows/columns containing no cell records as empty (default)
message:"#^Property PhpOffice\\\\PhpSpreadsheet\\\\Worksheet\\\\Column\\:\\:\\$parent \\(PhpOffice\\\\PhpSpreadsheet\\\\Worksheet\\\\Worksheet\\) does not accept PhpOffice\\\\PhpSpreadsheet\\\\Worksheet\\\\Worksheet\\|null\\.$#"
3620
-
count:1
3621
-
path:src/PhpSpreadsheet/Worksheet/Column.php
3622
-
3623
3618
-
3624
3619
message:"#^Property PhpOffice\\\\PhpSpreadsheet\\\\Worksheet\\\\Drawing\\\\Shadow\\:\\:\\$color \\(PhpOffice\\\\PhpSpreadsheet\\\\Style\\\\Color\\) does not accept PhpOffice\\\\PhpSpreadsheet\\\\Style\\\\Color\\|null\\.$#"
3625
3620
count:1
@@ -3645,11 +3640,6 @@ parameters:
3645
3640
count:1
3646
3641
path:src/PhpSpreadsheet/Worksheet/PageSetup.php
3647
3642
3648
-
-
3649
-
message:"#^Property PhpOffice\\\\PhpSpreadsheet\\\\Worksheet\\\\Row\\:\\:\\$worksheet \\(PhpOffice\\\\PhpSpreadsheet\\\\Worksheet\\\\Worksheet\\) does not accept PhpOffice\\\\PhpSpreadsheet\\\\Worksheet\\\\Worksheet\\|null\\.$#"
3650
-
count:1
3651
-
path:src/PhpSpreadsheet/Worksheet/Row.php
3652
-
3653
3643
-
3654
3644
message:"#^Property PhpOffice\\\\PhpSpreadsheet\\\\Worksheet\\\\SheetView\\:\\:\\$sheetViewTypes has no type specified\\.$#"
0 commit comments