PhpSpreadsheet/tests/data/Reader
oleibman aeccdb35e2
XLSX Reader and Empty Fill Tag (#2011)
Openpyxl can generate the xml tag `<patternFill/>`, possibly even as a default style. Excel has no problem with this, treating it as "fill none", but PhpSpreadsheet has a glitch because it treats it as "fill solid white". So, when PhpSpreadsheet loads and saves such a file, the result at first appears as if gridlines are disabled; in fact, the gridlines are merely invisible behind the cells with their solid white fill. This PR makes PhpSpreadsheet behave the same as Excel in this circumstance.

Co-authored-by: Mark Baker <mark@lange.demon.co.uk>
2021-04-20 17:20:59 +02:00
..
CSV CSV - Guess Encoding, Handle Null-string Escape (#1717) 2020-12-25 17:47:29 +01:00
Gnumeric Forgot to check in the test files for the unit tests 2020-07-05 16:28:46 +02:00
HTML Improve Coverage for HTML Reader 2020-06-25 22:42:38 -07:00
Ods Fix For #1772 Null Exception on ODS Read (#1776) 2021-01-28 12:42:41 +01:00
XLS Fix for bug #1592 (UPDATED) (#1623) 2020-12-17 19:41:07 +01:00
XLSX XLSX Reader and Empty Fill Tag (#2011) 2021-04-20 17:20:59 +02:00
Xml Extract Property and Style readers from the XML Reader into separate classes (#2009) 2021-04-20 15:27:44 +02:00