上传者: 38624628
|
上传时间: 2021-10-07 11:29:37
|
文件大小: 20KB
|
文件类型: -
网上收集的代码
<input type="button" name="out_excel" onclick="AutomateExcel();" value="导出到excel" class="notPrint">
导出到Excel代码
[removed]
<!--
function AutomateExcel()
{
// Start Excel and get Application object.
var oXL = new ActiveXObject("Excel.Application");
// Get a new workbook.