PhpSpreadsheet/tests/PhpSpreadsheetTests/Reader/Ods
oleibman 070bc68514
Html Reader Converting Cell Containing 0 to Null String (#2813)
Fix #2810. Repairing some Phpstan diagnostics, used `?:` rather than `??` in a few places.

2 different Html modules are affected. Also, Ods Reader, but its problem is with sheet title rather than cell contents. And, as it turns out, Ods Reader was already not handling sheets with a title of `0` correctly - it made a truthy test before setting sheet title. That is now changed to truthy or numeric. Other readers are not susceptible to this problem. Tests are added.
2022-05-10 07:33:45 -07:00
..
AutoFilterTest.php First steps in the implementation of AutoFilters for ODS Reader and Writer (#2053) 2021-05-02 22:00:48 +02:00
DefinedNamesTest.php Ods defined names unit tests (#2054) 2021-05-03 08:39:42 +02:00
EmptyFileTest.php Tweaks to Input File Validation (#2217) 2021-07-24 20:44:04 -07:00
InvalidFileTest.php Tweaks to Input File Validation (#2217) 2021-07-24 20:44:04 -07:00
Issue2810Test.php Html Reader Converting Cell Containing 0 to Null String (#2813) 2022-05-10 07:33:45 -07:00
MergeRangeTest.php Unit tests for merge ranges for Ods Reader/Writer 2022-02-26 22:51:15 +01:00
OdsInfoTest.php Improve Coverage for ODS Reader (#1545) 2020-07-26 12:40:49 +09:00
OdsPropertiesTest.php Document Properties - Coverage and 32-bit-safe Timestamps (#2113) 2021-05-30 13:55:58 +02:00
OdsTest.php Phpstan Differences from Php7 to Php8, Again (#2665) 2022-03-11 23:28:30 -08:00
PageSetupBug1772Test.php Fix For #1772 Null Exception on ODS Read (#1776) 2021-01-28 12:42:41 +01:00
PageSetupTest.php Stricter visibility 2020-07-19 12:30:31 +09:00