Fix Master Province

This commit is contained in:
Daeng Deni Mardaeni
2024-08-09 15:02:27 +07:00
parent aa3289bd56
commit 5f95adddd5
3 changed files with 6 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ class ProvincesExport implements WithColumnFormatting, WithHeadings, FromCollect
public function columnFormats(): array{
return [
'A' => \PhpOffice\PhpSpreadsheet\Style\NumberFormat::FORMAT_NUMBER,
'C' => \PhpOffice\PhpSpreadsheet\Style\NumberFormat::FORMAT_DATE_DATETIME
'D' => \PhpOffice\PhpSpreadsheet\Style\NumberFormat::FORMAT_DATE_DATETIME
];
}
}