Jun 1

HTML TABLE EXPORT TO EXCEL 晴

admin365 , 12:56 , Excel , 评论(0) , 引用(0) , 阅读(71) , Via 本站原创 | |



[转载]
function tableToExcel() {
window.clipboardData.setData("Text",document.all('tblOrder').outerHTML);
var ExApp = new ActiveXObject("Excel.Application");
var ExWBk = ExApp.workbooks.add();
var ExWSh = ExWBk.ActiveSheet;
ExApp.DisplayAlerts = false;
ExApp.visible = true;
ExWBk.worksheets(1).Paste;
ExApp.UserControl = true;
ExApp==null;
ExWBk=null;
ExWSh=null;

idTmr=window.setInterval("Cleanup();",1); //destory excel course
}
function Cleanup(){
window.clearInterval(idTmr);
CollectGarbage();
}

[转载]原文链接: http://blog.163.com/icylzr@126/blog/static/24329362200843184647162

百度搜索:Excel
Google搜索:Excel
雅虎搜索:Excel
SOSO搜索:Excel



Tags:
发表评论
表情
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
打开HTML
打开UBB
打开表情
隐藏
记住我
昵称   密码   游客无需密码
网址   电邮   [注册]