03-05-2014, 03:58 AM
Hello
I know QTP only support .xls file type, however does anyone knows a way to import .xlsx file type into QTP. I am using the following syntax and it does not work.
Your help is greatly appreciated.
I know QTP only support .xls file type, however does anyone knows a way to import .xlsx file type into QTP. I am using the following syntax and it does not work.
Code:
DataTable.AddSheet ("Sheet_Name")
DataTable.ImportSheet "Excel_File_Name.xls", " Sheet_Name ", " Sheet_Name "
Your help is greatly appreciated.