get(); } public function headings(): array { return [ 'Order ID', 'User Email', 'Passport ID', 'Quantity', 'Order Date', ]; } public function styles(Worksheet $sheet) { return [ // Style the first row (headings) 1 => ['font' => ['bold' => true]], ]; } }