How to export data present in Datatable to an ".xls"
file?
Answer Posted / 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 |
Post New Answer View All Answers
what is the diff b/w assistive and mandatary rules of object repository in QTP???
How do you open adobe acrobat file in QTP and do some testing on that file ?
What is quicktest professional (qtp window?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
Which scripting language used by quicktest professional (qtp)?
How many add-ins comes by default with quicktest professional (qtp)?
What are the challenges you faced during you entire life automation ?
Hi, I'm a beginner in QTP and planning of a certification in QTP, but have no idea about it :P. Could anyone please tell me what certifications that a QTP- beginner can take? What is the fees and the syllabus for the certification? Please reply soon. Thanks Vidhya
Explain about the test fusion report of quicktest professional (qtp)?
What are the advantages of parameterization ?
What is TOM in QTP?
What is a programmatic description?
Explain the checkpoint in qtp?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you