We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ccf158 commit 3d337f6Copy full SHA for 3d337f6
src/ExcelGenerator.php
@@ -323,7 +323,7 @@ public function applyColumnFormat(): void
323
324
//needed for currencies
325
if (null !== ($formatCode = $formatter->getFormatCode())) {
326
- $format['formatCode'] = $formatCode;
+ $format['numberFormat']['formatCode'] = $formatCode;
327
}
328
329
$sheet->getStyle($column->getName() . ':' . $column->getName())
0 commit comments