51Testing软件测试论坛
标题:
在使用QTP时如何调用外部excel表格中的数据
[打印本页]
作者:
lutingting
时间:
2008-2-26 14:10
标题:
在使用QTP时如何调用外部excel表格中的数据
在使用QTP时如何调用外部excel表格中的数据呢?请各位老师指教,谢谢
作者:
lutingting
时间:
2008-2-26 14:36
作者:
calvin_wang
时间:
2008-2-26 15:00
很简单啊,到处都有这样的帖子~~
作者:
zzxxbb112
时间:
2008-2-26 15:08
'打开EXCEL表并取得数据,path为路径,a,b为表格坐标
Function readexcel(path,sheetbook,a,b)
Set excelapp=CreateObject ("excel.application")
excelapp.Workbooks.Open path
Set excelsheet=excelapp.Sheets.Item(sheetbook)
readexcel=excelsheet.cells(a,b)
excelapp.ActiveWorkbook.Close
Set excelapp=Nothing
End Function
直接E调用就行了
作者:
db05s0511
时间:
2008-2-27 12:09
顶一个
作者:
zycdele
时间:
2008-2-29 10:47
顶一下,楼主说的对,把楼主的函数保存成一个.vbs文件,然后在qtp中调用,file->seting->recusce中把此文件添加进去就ok了
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2