id, $row->code, $row->name, $row->created_at ]; } public function headings() : array { return [ 'ID', 'Code', 'Name', 'Created At' ]; } public function columnFormats() : array { return [ 'A' => \PhpOffice\PhpSpreadsheet\Style\NumberFormat::FORMAT_NUMBER, 'D' => \PhpOffice\PhpSpreadsheet\Style\NumberFormat::FORMAT_DATE_DATETIME ]; } }