摘要: 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 阅读全文
posted @ 2011-04-09 15:02 玉门关内客 阅读(285) 评论(0) 推荐(0)