PhpSpreadsheet/tests/PhpSpreadsheetTests/Writer
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
..
Csv Fix For #1509 (#1518) 2020-06-19 20:28:57 +02:00
Html Don't ouput row and columns without any cells in HTML writer 2020-06-28 22:03:37 +09:00
Ods Update PHP-CS-Fixer rules 2020-05-18 13:49:57 +09:00
Xls Xls Writer - Correct Timestamp Bug, Improve Coverage (#1493) 2020-06-19 21:08:36 +02:00
Xlsx Fix for #1533 (#1534) 2020-06-19 20:40:28 +02:00