Minor Change

This commit is contained in:
oleibman
2026-04-06 07:05:28 -07:00
parent fc6e7e6a66
commit cd566a3f7d
+1 -1
View File
@@ -1586,7 +1586,7 @@ class Html extends BaseWriter
$cellData = NumberFormat::toFormattedString(
$origData2,
$formatCode ?? NumberFormat::FORMAT_GENERAL,
[$this, 'formatColor']
$this->formatColor(...)
);
if ($cellData === $origData) {