51Testing软件测试论坛

标题: 如何使用ImportSheet [打印本页]

作者: dqf    时间: 2010-4-13 14:23
标题: 如何使用ImportSheet
c盘下有一个xls文件,文件名为xx
xx.xls中有3个sheet分别为sheet1、sheet2、sheet3
现只想录入sheet2中的内容到DataTable中
DataTable.ImportSheet "c:\xx.xls",A,"B"
A和B处就不知道应该写什么了?请指教!
作者: TIB    时间: 2010-4-13 16:17
DataTable.ImportSheet(FileName, SheetSource, SheetDest)

SheetSource  :The name or index of the sheet in the file that you want to import. Index values begin with 1.  
SheetDest : The name or index of the sheet in the Data Table that you want to replace with the SheetSource. Index values begin with 1.
作者: 17800455    时间: 2010-4-20 10:40
DataTable.ImportSheet "c:\xx.xls","Sheet1","Action1"
作者: TIB    时间: 2010-4-20 11:41
不学会看QTP的帮助文档你永远学不精通QTP
作者: zhangxulanyou    时间: 2010-4-20 19:39
DataTable.ImportSheet "c:\xx.xls","Sheet2","Action1"
作者: dqf    时间: 2010-4-23 11:47
后知后觉 终于明白了 A是指要导入的EXCEL中的表单名,B是指导入到DATATABLE中的表单名,主要是B发生误解了 ,说明中讲是什么要替换的名。
作者: dqf    时间: 2010-4-23 11:50
如果看了QTP帮助文档都能明白的话 那也就没必要开此论坛了 QTP的培训机构都没必要开设了




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