PhpSpreadsheet/tests/PhpSpreadsheetTests/Reader/Html
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
..
HtmlBorderTest.php Improve Coverage for HTML Reader 2020-06-25 22:42:38 -07:00
HtmlHelper.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
HtmlImageTest.php Improve Coverage for HTML Reader 2020-06-25 22:42:38 -07:00
HtmlLoadStringTest.php Avoid Duplicate Titles When Reading Multiple HTML Files (#1829) 2021-02-27 15:10:04 +01:00
HtmlTagsTest.php Improve Coverage for HTML Reader 2020-06-25 22:42:38 -07:00
HtmlTest.php Html import dimension conversions (#2152) 2021-06-11 17:29:49 +02:00
Issue2029Test.php Fix for Issue 2029 (Invalid Cell Coordinate A-1) (#2032) 2021-04-29 22:59:01 +02:00
Issue2810Test.php Html Reader Converting Cell Containing 0 to Null String (#2813) 2022-05-10 07:33:45 -07:00