51Testing软件测试论坛

标题: Win7 下QTP10可以Datatable.ImportSheet么? [打印本页]

作者: julie0127    时间: 2011-3-22 15:47
标题: Win7 下QTP10可以Datatable.ImportSheet么?
我要读取一个excel,下面的脚本永远是RowCount为0,在XP下运行又正常的。是不是win7不支持这么读的?

Datatable.ImportSheet "C:\QTPTest\config.xls","Url","Global"
RowCount=datatable.GetSheet("Global").GetRowCount
msgbox RowCount
For i=1 to RowCount
     msgbox datatable.Value("Name","Global")
     datatable.GetSheet("Global").SetNextRow
Next
作者: TIB    时间: 2011-3-23 14:59
Excel的版本是什么的?
作者: shaynechu    时间: 2011-3-23 15:07
应该是在xp下和win7下excel的格式名不太一样。在脚本代里改一下excel的格式




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2