Click here to Skip to main content
15,894,017 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I have Implemented data export in excel. That is working fine in chrome and Firefox but not in IE 7,8 or 9
code is: window.open('data:application/vnd.ms-excel,' + data);

Please suggest me any solution.
Posted

1 solution

Why don't you implement a server-side solution? It's much easier.

For your client-side solution, please check out this solution here

Hope this help!
 
Share this answer
 
v2
Comments
Gaurav K Mishra 18-Aug-14 1:56am    
Hi,

As per previous suggestion I tried to export server side and call through jquery ajax but export is not working
Trung Nguyen Son 18-Aug-14 2:34am    
Pls check out here:
http://stackoverflow.com/questions/14964035/how-to-export-javascript-array-info-to-csv-on-client-side

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900