How to export data present in Datatable to an ".xls" file?
Answers were Sorted based on User's Feedback
Answer / pavi
DataTable.Export("Path of the sheet")
or DataTable.ExportSheet("Path of the sheet",Index of the
runtime datatable u want to export")
Is This Answer Correct ? | 1 Yes | 1 No |
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
what is difference between analog and low level recording
How do I get the QTP scripts result in xml format by using vb script function?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
how you have used object libraries? plzzzzz do answer
what do you call the window testdirector-testlab?
can we test an windows application using qtp
When u r running a script , if u get a popup window that describing that u have received a mail to your outlook application. so to avoid the interference of the popup window , which recovery scenario(popup,object state,application hang,system crash) would u use ?
What is error handled other than recovery scenario manager?
Is there any MS Access addin in QTP?
How Qtp will identifies object during run time
How to Display last item of a Combobox by using QTP?