Answer Posted / deeps
Hi,
DataTable.Export("file path")
DataTable.ExportSheet("filepath","DTsheet")
DTsheet:index or name of the sheet which u want to export
to excel file.
Ex:
Datatable.Exportsheet("c:\name.xls","name")
Datatable.exportsheet("c:\name.xls",1)
| Is This Answer Correct ? | 20 Yes | 11 No |
Post New Answer View All Answers
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
How you can decide which type of object repository you have to use?
We stored into the objects OR and then write the scripting
Explain more about the Test Fusion Report of QTP?
If created one virtual object? Next time I changed the window position will it work?
What are the challenges you faced during you entire life automation ?
how to test load test and block box testing an a web based application pls give ans briefly
If I change the property value at runtime is it effect is object repository?
How did you resolve conflicts present in Object Repository?
what is the structure for the data driven framework
Why bpt?
Write a script to verify font style and color of a windows object using descriptive programming
What are the recording modes in qtp?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.