How to export data present in Datatable to an ".xls"
file?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
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 ? | 2 Yes | 8 No |
Answer / 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 |
When we try to use test run option "Run from Step", the browser is not launching automatically why?
What will be happen if i load object repository at run time, but it has already associated.
i'm using QTP 8.2, How should i select(browse) object repository from desktop(or from local local drives like C:\,D:\)?. Note:- object repository to select(browse) is been sent by some other person who is using QTP 9.0
Why is action split used by qtp?
How will you declare a variable in qtp?
Explain the concept of object repository and how quicktest professional recognises objects?
What is meant by Step Generator in Qtp How is it used? pls gimme in detail
write a script to verify the image path(src property) of the images which are in web pages.(do it by Descriptive method by creating a description object)
What are the details steps to connect a remote mysql database in QTP
i have to pass the testcases into userid anf password of gmail login page using functions you can take your own testcaseslike userdid should take only lowerletters it should not take special charactors and uppercase letters and password should take only numericvalues it should not take alphanumeric and alphabets
How to export data present in Datatable to an ".xls" file?
How will you handle the situation when object is not captured during record?