Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Export Results
#1
Solved: 10 Years, 9 Months ago
Hi,

How to Export the Results using QTP Script......
Reply
#2
Solved: 10 Years, 9 Months ago
Code:
DataTable.Export("file path")
DataTable.ExportSheet("filepath","DTsheet")

DTsheet:index or name of the sheet which u want to export
to excel file.

Ex:
Code:
Datatable.Exportsheet("c:\name.xls","name")
Datatable.exportsheet("c:\name.xls",1)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Export data shayk1985 3 3,102 05-18-2013, 09:40 AM
Last Post: venugqtp
  export function is not working diya 1 2,313 12-18-2012, 11:07 AM
Last Post: Ankesh
  Importdata and Export results shayk1985 1 2,160 12-17-2012, 12:26 PM
Last Post: udayanem
  Export verification QAVA 1 2,474 11-05-2012, 10:25 AM
Last Post: sshukla12
  Export WebElement value to Excel sssidana 2 4,446 07-13-2012, 09:03 PM
Last Post: sssidana

Forum Jump:


Users browsing this thread: 1 Guest(s)