mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-18 20:10:39 +00:00
a713e153aa
* Added Conditional Formatting: ColorScale for Xlsx * Add Reader Support, Tests, Sample Also correct Phpstan and phpcs problems. * Update cond08_colorscale.php * Improve Coverage * More Coverage Improvements * Use StyleReader for Colors for ColorScale and DataBar The implementation of DataBar looks for an rgb attribute, but the color may be provided via theme attribute instead. The initial implementation for ColorScale did the same. Change both to use the existing code in Reader\Xlsx\Styles to parse the color. * Change Some Doc Blocks to Type Declarations --------- Co-authored-by: oleibman <10341515+oleibman@users.noreply.github.com>