PhpSpreadsheet/tests/data/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
..
AutoFilter.ods First steps in the implementation of AutoFilters for ODS Reader and Writer (#2053) 2021-05-02 22:00:48 +02:00
DefinedNames.ods Ods defined names unit tests (#2054) 2021-05-03 08:39:42 +02:00
MergeRangeTest.ods Unit tests for merge ranges for Ods Reader/Writer 2022-02-26 22:51:15 +01:00
PageSetup.ods Forgot to check in the test files for the unit tests 2020-07-05 16:28:46 +02:00
bug1772.ods Fix For #1772 Null Exception on ODS Read (#1776) 2021-01-28 12:42:41 +01:00
corruptMeta.ods Improve Coverage for ODS Reader (#1545) 2020-07-26 12:40:49 +09:00
data.ods Improve Coverage for ODS Reader (#1545) 2020-07-26 12:40:49 +09:00
issue.2810.ods Html Reader Converting Cell Containing 0 to Null String (#2813) 2022-05-10 07:33:45 -07:00
nomimetype.ods Improve Coverage for ODS Reader (#1545) 2020-07-26 12:40:49 +09:00
propertyTest.ods Refactoring xlsx reader (#1033) 2019-06-30 23:42:25 +02:00