is it possible to add sheets to excel at runtime



is it possible to add sheets to excel at runtime..

Answer / sadashivbyagi

using exportsheet syntax

datatable.exportsheet."path",1,1

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More QTP Interview Questions

I want different types of discriptive programming statments coded for different types of web-objects?Give syntax and example?

2 Answers  


How many test scripts are prapare in ur project(HeathCare Insurance).

1 Answers   Virtusa,


WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?

9 Answers   CTS,


Do you have any knowledge about Business Processing Testing in QTP

1 Answers   TCS,


What environment does qtp run in?

0 Answers  


How we can differentiate between stand alone application and web application in QTP?

3 Answers   Deloitte,


How is the Bitmap checkpoint different from Image checkpoint?

0 Answers  


Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.

0 Answers  


1)What is the Difference Between WaitTo & Sync?

4 Answers   Wipro,


what is a active x control?can any one brief me about active x controls

1 Answers  


Explain the difference between data driven testing and parameterization ?

0 Answers  


How to analyzing test results using quicktest professional?

0 Answers  


Categories