Quantcast
Channel: Developing Apps for SharePoint 2013 forum
Viewing all articles
Browse latest Browse all 8089

Am trying to append Sharepoint list data into table and converting table to excel format which is woking in Chrome but in ie it is nt working.

$
0
0

hi,

           Am using following lines of code to convert table data into excel.

$("[id$=myButtonControlID]").click(function(e) { window.open('data:application/vnd.ms-excel,'+encodeURIComponent( $('div[id$=divTableDataHolder]').html())); e.preventDefault(); });

it is working in chrome where i can able to download excel file but while running in IE it is nt working.Can some one find me solution why (Window,open()) wont work in IE and

how to make it work in IE.






Viewing all articles
Browse latest Browse all 8089

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>