rows = $rows; $this->fileName = $fileName; } public function handle() { // ประมวลผลข้อมูลใน $rows // เช่น ใช้ Excel::store() เพื่อสร้างไฟล์สำหรับ chunk นั้น \Maatwebsite\Excel\Facades\Excel::store(new \App\Exports\ServerLicenseExport($this->rows), $this->fileName, 'local'); } }