PhpSpreadsheet/tests/data/Reader
GreatHumorist 0477e6fcfe In Xml reader throw exception in case of invalid XML (#222)
When the xml file is not a standard xml file, the `simplexml_load_string` will return false, this will cause an error on "$xml->getNamespaces(true);" . So instead of showing the error, we throw an exception.
2017-09-20 14:20:12 +09:00
..
CSV Infer CSV delimiter if it hasn't been set explicitly 2017-04-20 17:02:03 +09:00
HTML Make HTML checks more strict 2016-11-16 22:21:30 +09:00
Ods Ods reader: fix sheet count and added a test for sheet names 2017-02-20 21:02:04 +01:00
XEE In Xml reader throw exception in case of invalid XML (#222) 2017-09-20 14:20:12 +09:00