diff --git a/src/PhpSpreadsheet/Style/Fill.php b/src/PhpSpreadsheet/Style/Fill.php index 4570e877..089fa6bb 100644 --- a/src/PhpSpreadsheet/Style/Fill.php +++ b/src/PhpSpreadsheet/Style/Fill.php @@ -173,6 +173,7 @@ class Fill extends Supervisor implements \PhpOffice\PhpSpreadsheet\IComparable } if (isset($pStyles['color'])) { $this->getStartColor()->applyFromArray($pStyles['color']); + $this->getEndColor()->applyFromArray($pStyles['color']); } } } else {