海外邮件中继,海外退信中继,美国高速VPS,不限流量VPN,邮局维护和管理,邮件网关,EMOS邮件中继,POSTFIX邮件中继,Winwebmail邮件中继,Winmail邮件中继,DBMail邮件中继,JDMail邮件中继,Exchange邮件中继,MDaemon邮件中继 淘宝店:http://shantan.taobao.com 云邮科技官网:www.yunrelay.com
【字体设置:大 中 小】
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>文件</title>
</head>
<body>
<%
Set xlApp = server.CreateObject("Excel.Application")
strsource = "E:\sinodo\1\20070707(11).xls"
Set xlbook = xlApp.Workbooks.Open(strsource)
Set xlsheet = xlbook.Worksheets(1)
i=2
while xlsheet.cells(i,5)<>""
xlsheet.Cells(i, 11) =formatNumber(xlsheet.Cells(i, 11),2,-1)
i=i+1
wend
xlbook.save()
set xlsheet=nothing
set xlbook=nothing
xlApp.quit '千万记住要加这一句,否则每运行一次你的机器里就增加一个excel进程,而且无法释放。我试过"set xlApp=nothing"是不行的。
Response.write "<script>alert('修改成功');location.href='mod.asp';</script>"
%>
</body>
</html>
发表评论 - 不要忘了输入验证码哦!