data = $data; $this->sheetName = $sheetName; } public function collection() { return new Collection($this->data); } public function title(): string { return $this->sheetName; } }