PhpSpreadsheet/tests/PhpSpreadsheetTests
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
..
Calculation Add tests for the LOOKUP function 2018-12-15 16:23:45 +11:00
Cell Support overriding `DefaultValueBinder::dataTypeForValue()` 2018-11-03 17:25:43 +11:00
Chart Custom color for pie and donut charts 2018-12-10 18:43:55 +11:00
Collection Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
Custom Add new Complex Number Functions introduced in MS Excel 2013 (#601) 2018-07-25 14:38:44 +01:00
Functional Fix print area parser for XLSX reader 2018-10-28 14:37:05 +11:00
Helper Need to version compare against PHP 7.2.99 for PHP 7.3.0 release candidates 2018-10-14 16:35:38 +01:00
Reader Fix color from CSS when reading from HTML 2019-01-02 11:57:30 +11:00
Shared Xls file threw exception during open by Xls reader 2018-10-07 18:49:01 +11:00
Style Chained operations on cell ranges involving borders are now possible 2018-07-15 12:19:54 +09:00
Worksheet Sheet title can contain exclamation mark (in formulas) 2018-10-03 12:52:51 +09:00
Writer Use dedicated PHPUnit assertions 2018-11-11 18:06:35 +11:00
IOFactoryTest.php Update to PHP-CS-Fixer 2.10 2018-01-28 15:59:38 +09:00
ReferenceHelperTest.php Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase (#271) 2017-11-09 00:48:01 +09:00
SettingsTest.php Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase (#271) 2017-11-09 00:48:01 +09:00