1.

How to import/export xls into QTP?

Answer»

Syntax to import xls into QTP −

DataTable.ImportSheet "..\..\TestData\Input.xls",1,dtGlobalSheetSyntax to export xls into QTP,DataTable.ExportSheet "..\..\Results\Output.xls","Global"


Discussion

No Comment Found