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 Excel的版本是什么的? 应该是在xp下和win7下excel的格式名不太一样。在脚本代里改一下excel的格式
页:
[1]