0 votes
in QuickTest Professional (QTP) by

Explain in what ways we can export datatable to excel in UFT?

1 Answer

0 votes
by

To export data-table to excel, there are two methods.

a)      DataTable.Export (“C:\export.xls”)

b)      DataTable.ExportSheet “C:\mysheet.xls”   ( If excel file does not exist, new file is created)

Related questions

0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
0 votes
asked Apr 25, 2020 in QuickTest Professional (QTP) by Robindeniel
...