julie0127 发表于 2011-3-22 15:47:38

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:39

Excel的版本是什么的?

shaynechu 发表于 2011-3-23 15:07:08

应该是在xp下和win7下excel的格式名不太一样。在脚本代里改一下excel的格式
页: [1]
查看完整版本: Win7 下QTP10可以Datatable.ImportSheet么?