标签: jquery export-to-excel
嗨, 我正在使用jQuery将我的数据导出到Excel:
window.open('data:application/vnd.ms-excel,' + encodeURIComponent($('div[id$=dvData]').html()));
有没有办法更改文件名? 请帮忙。