We were talking about Laravel 5 on its release, we are pleased today to welcome Laravel 5.1
I use Laravel Excel.
The code builds excel file and does export to path $path.$filename:
$path.$filename
Excel::store(new VisitorsExport($request), $path.$filename);
Could I iterate all rows before Excel::store?
Excel::store
Aucun commentaire:
Enregistrer un commentaire