fill color will change startColor and endColor (#90)
This commit is contained in:
parent
9e835676a6
commit
149f9e649b
|
@ -173,6 +173,7 @@ class Fill extends Supervisor implements \PhpOffice\PhpSpreadsheet\IComparable
|
||||||
}
|
}
|
||||||
if (isset($pStyles['color'])) {
|
if (isset($pStyles['color'])) {
|
||||||
$this->getStartColor()->applyFromArray($pStyles['color']);
|
$this->getStartColor()->applyFromArray($pStyles['color']);
|
||||||
|
$this->getEndColor()->applyFromArray($pStyles['color']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue