Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

sampaioPT's avatar

Export Excel to Edge and Internet Explorer

Hello,

I'm developing an application with laravel 5.1 and i want to export some data to a excel file. Using firefox and chrone works well but when i'm using edge it saves me a txt file. When i'm using Internet Explorer it saves me a file without any extension. (I know that nobody use interner explorer anymore :) ) There is any way to put this working in both browers? I am using this package -> maatwebsite/excel ( http://www.maatwebsite.nl/laravel-excel/docs )

Any help will be appreciated! :)

0 likes
2 replies
WebKenth's avatar
WebKenth
Best Answer
Level 16

Are you setting the right header? if not StackOveflow has a question that gives a few hints to how to solve it

sampaioPT's avatar

I am so stupid... :) You are right @WebKenth . The problem is in front end development and not in back end development. I change the header and now it is working.

Please or to participate in this conversation.