Micro Focus QTP (UFT) Forums
RunTime Data table - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: RunTime Data table (/Thread-RunTime-Data-table)



RunTime Data table - meetginni - 11-12-2008

Hi,
How can I Export Data from the Run Time Data Table into the Global Data Sheet.

Thanks,


RE: RunTime Data table - manojmathew1984 - 11-27-2008

bit confusing.. as data table is equivalent to excel file while datasheet is equivalent to a sheet in excel. so you cannot put datatable to a datasheet.

At runtime you can export the data table
Code:
DataTable.Export("file path\filename.xls")

you can import any sheet from local system to global sheet by
importsheet method.