PhpSpreadsheet/tests/PhpSpreadsheetTests/Writer/Html
Adrien Crivelli f1fb8dcf1f
Don't ouput row and columns without any cells in HTML writer
If row or column dimensions are accessed, then HTML writer would
still generate lots of empty cells, to show nothing at all. This
now ignore row and column dimensions to only output cell that
actually exists (even if those cells are empty).

Fixes #1235
Close #1537
2020-06-28 22:03:37 +09:00
..
AllOrOneSheetTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
CallbackTest.php Consistent regexp escaping 2020-06-28 17:34:32 +09:00
ExtendForChartsAndImagesTest.php Don't ouput row and columns without any cells in HTML writer 2020-06-28 22:03:37 +09:00
GridlinesTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
HtmlCommentsTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
HtmlNumberFormatTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
ImagesRootTest.php Restore working directory if test fails (#1490) 2020-05-24 19:54:59 +09:00
InvalidFileNameTest.php Testing - Delete Temp Files When No Longer Needed (#1488) 2020-05-24 20:03:07 +09:00
RepeatedRowsTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
VisibilityTest.php Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00