QTP Question 27: How to export data present in Datatable to an ".xls" file?
How to export data present in Datatable to an ".xls" file?
DataTable.Export "....xls file name..."How to export data present in Datatable to an ".xls" file?
DataTable.Export "....xls file name..."
1 Comments:
DataTable.Export("Path of the sheet")
or DataTable.ExportSheet("Path of the sheet",Index of the
runtime datatable u want to export")
By g.prashanthkumar, at 11:09 PM
Post a Comment
<< Home