rap2hpoutre / fast-excel

🦉 Fast Excel import/export for Laravel
MIT License
2.09k stars 246 forks source link

How import from uploaded file ??? #289

Closed XarchencoMO closed 2 years ago

PINHOf commented 2 years ago

(new FastExcel)->import($request->file('file'));

XarchencoMO commented 2 years ago

it's doesn't work, more helpful for me : return (new FastExcel)->import($file->getRealPath())