07-10-2013, 02:24 AM
Hi All
I want to import data excel sheet in to DataTable. For this First I have created Excel file Named as First.xls in ExcelFiles folder in C. Then in Qtp script I have written like this
but I am getting the following error
I don' t know what is the problem
I need help on this
Thanks in advance
I want to import data excel sheet in to DataTable. For this First I have created Excel file Named as First.xls in ExcelFiles folder in C. Then in Qtp script I have written like this
Code:
DataTable.Import "c:\ExcelFiles\First.xls"
but I am getting the following error
Code:
A general error occurred while importing file c:\ExcelFiles\First.xls.
I don' t know what is the problem
I need help on this
Thanks in advance