lundi 1 avril 2019

How to download Excel file by Ajax in Laravel?

I use this library to export Excel

I send POST request to endpoint, where method retrieves data and creates file:

return Excel::download(new EventsExport($request), $filename);

Problem is that I get this file as binary in response, and browser does not start download it.

How to fix it?



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2FPrYe4
via IFTTT

Aucun commentaire:

Enregistrer un commentaire