随笔分类 - JavaScript
摘要:functionExportExcel(){ try {varoXL =newActiveXObject("Excel.Application");varoWB = oXL.Workbooks.Add();varoSheet = oWB.ActiveSheet; varsel=document.body.createTextRange(); sel.moveToElementText(ListPage1_Table); sel.select();sel.execCommand("Copy");oSheet.Paste();oXL.Visible =tru
阅读全文

浙公网安备 33010602011771号