Hi, I am exporting my data to Excel using jQuery like this:
window.open('data:application/vnd.ms-excel,' + encodeURIComponent($('div[id$=dvData]').html()));
Is there any way to change the file name? Please Help.
Hi, I am exporting my data to Excel using jQuery like this:
window.open('data:application/vnd.ms-excel,' + encodeURIComponent($('div[id$=dvData]').html()));
Is there any way to change the file name? Please Help.