专题文章
时长:00:00更新时间:2020-11-27 21:03:25
通过Javascript将数据导出到外部Excel文档的函数代码_javascript技巧: 代码如下: function AutomateExcel() { try { //Start Excel and get Application object. var oXL; try { oXL = new ActiveXObject(Excel.Application); } catch(e) { alert(无法启动Excel!\n\n如
查看详情