Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
RunTime Data table
#1
Not Solved
Hi,
How can I Export Data from the Run Time Data Table into the Global Data Sheet.

Thanks,
Reply
#2
Not Solved
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.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  data table use uft_usr 1 2,107 06-29-2016, 05:23 PM
Last Post: Ankesh
  Writing to Run time data table Neetha 5 11,664 08-27-2015, 10:18 AM
Last Post: supputuri
  Retrieving data from web table nsuresh316 1 2,961 03-03-2014, 08:29 AM
Last Post: basanth27
  How to get data from data table in Ascending order dipashri 1 3,449 01-28-2014, 09:54 PM
Last Post: jacosta
  Data Table Query Suma Parimal 4 4,474 01-21-2014, 12:50 PM
Last Post: Suma Parimal

Forum Jump:


Users browsing this thread: 1 Guest(s)