PhpSpreadsheet/tests/PhpSpreadsheetTests/Reader
Mahmoud Abdo 86c635b3f5
Fix color from CSS when reading from HTML
In case we generate Spreadsheet from html file and the code
in file have text color in css "color:#FF00FF" it will showing
as black color because it will render like rgb content with } "FF00FF}"
So, we fix it by adding missing bracket "{".

Closes #831
2019-01-02 11:57:30 +11:00
..
Security libxml_disable_entity_loader() changes global state so it should be used as local as possible 2019-01-01 17:25:24 +11:00
CsvTest.php Csv reader avoid notice when the file is empty 2018-10-28 14:16:53 +11:00
HtmlTest.php Fix color from CSS when reading from HTML 2019-01-02 11:57:30 +11:00
OddColumnReadFilter.php Fix column names if read filter calls in XLSX reader skip columns 2018-12-10 20:00:26 +11:00
OdsTest.php Clean up very obsolete links 2017-12-30 19:07:22 +09:00
XlsTest.php Xls file threw exception during open by Xls reader 2018-10-07 18:49:01 +11:00
XlsxTest.php Fix column names if read filter calls in XLSX reader skip columns 2018-12-10 20:00:26 +11:00
XmlTest.php phpcs cleanup 2018-11-20 08:18:35 +01:00