sheet('sheet', function ($sheet) use ($data) { $sheet->fromArray($data); }); })->export('xls'); } }