How to export data present in Datatable to an ".xls"
file?
Answer Posted / chinna
Hello,
Export data into Excel Sheet we will follow 2 methods.
1. Datatable.Export("Path of the sheet")
2. Datatable.Exportsheet "Path of the sheet",Source sheet id
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
what is the difference between modular framework & datadriven framework
What are the key elements available in test result window?
Difference between test object and run time object?
How to data driven test for Win objects in QTP ?
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
Does Low-level recording capture mouse movements?
What are the different attributes used with regular expression?
What is the architecture of your project? Can any one answer for this question plz........
What are the different kinds of test steps?
Explain different type of event trigger option.
What are the types of object repositories? Which one is you are using?
How to use checkpoints in qtp ?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
How to handle the exceptions using recovery secnario manager in quicktest professional?