欢迎来到天天文库
浏览记录
ID:55565299
大小:44.00 KB
页数:2页
时间:2020-05-18
《如何直接调Excel数据.doc》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、如何直接调用Excel数据?在ASP中,不用ODBC,如何直接调用Excel数据? 在调用处理处,究竟是使用:xlApp.quit还是使用:setxlApp=nothing是这个程序成败的关键,如果使用不当,嘿嘿,每运行一次程序,就在你的机器里就增加一个无法释放的excel进程(!)具体程序代码见下:<%@language=vbscript%><%SetxlApp=server.CreateObject("Excel.Application")strsource="c:excelstock1.xls"'数据库位置Setxlstock=xlApp.Workstocks.O
2、pen(strsource)Setxlsheet=xlstock.Worksheets(1) i=1 response.write"" whilexlsheet.cells(i,1)<>"" response.write"" response.write" "&xlsheet.Cells(i,1)&"" response.write" 3、th=200>"&xlsheet.Cells(i,2)&"" response.write" "&xlsheet.Cells(i,3)&"" response.write"" i=i+1 wend response.write""setxlsheet=nothingsetxlstock=nothingxlApp.quit %>Excel表stock1.xsl的结构如下(注意,Excel起始行是1而不是0):序号(不能为空)姓名股票1孙春亮60002宋颜浩50
3、th=200>"&xlsheet.Cells(i,2)&"" response.write" "&xlsheet.Cells(i,3)&"" response.write"
4、003费文华5600
此文档下载收益归作者所有