model = $model; $this->headings = $headings; } public function headings(): array { return $this->headings; } public function collection() { return $this->model; } public function styles(Worksheet $sheet) { return [ 1 => ['font' => ['bold' => true]], ]; } }