0

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.

3

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.