PhpSpreadsheet/tests/data/Reader/XEE
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
..
XEETestInvalidSimpleXML.xml In Xml reader throw exception in case of invalid XML (#222) 2017-09-20 14:20:12 +09:00
XEETestInvalidUTF-8.xml Move XEEE test data to add data for other readers 2016-11-16 22:21:30 +09:00
XEETestInvalidUTF-16.xml Convert all line ending to unix style 2016-11-27 15:45:15 +09:00
XEETestInvalidUTF-16BE.xml Convert all line ending to unix style 2016-11-27 15:45:15 +09:00
XEETestInvalidUTF-16LE.xml Convert all line ending to unix style 2016-11-27 15:45:15 +09:00
XEETestValidUTF-8.xml Move XEEE test data to add data for other readers 2016-11-16 22:21:30 +09:00
XEETestValidUTF-16.xml Convert all line ending to unix style 2016-11-27 15:45:15 +09:00
XEETestValidUTF-16BE.xml Convert all line ending to unix style 2016-11-27 15:45:15 +09:00
XEETestValidUTF-16LE.xml Convert all line ending to unix style 2016-11-27 15:45:15 +09:00