mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-12 19:16:45 +00:00
Minor Change
This commit is contained in:
@@ -1586,7 +1586,7 @@ class Html extends BaseWriter
|
||||
$cellData = NumberFormat::toFormattedString(
|
||||
$origData2,
|
||||
$formatCode ?? NumberFormat::FORMAT_GENERAL,
|
||||
[$this, 'formatColor']
|
||||
$this->formatColor(...)
|
||||
);
|
||||
|
||||
if ($cellData === $origData) {
|
||||
|
||||
Reference in New Issue
Block a user