标签: laravel
在生成文件时是否可以在客户端显示加载进度栏?完成文件后,还会显示一条消息。
我尝试使用ajax,但是它不起作用。
return Excel::download(new UserExport($list), "somefilename.xlsx");