我有需要导出到Excel工作表的json数据.我试过了
window.open('data:application/vnd.ms-excel,' + encodeURIComponent( $('#tableId').html()));
但这仅适用于html表.
html javascript jquery json export-to-excel
export-to-excel ×1
html ×1
javascript ×1
jquery ×1
json ×1