Hi,
How can I Export Data from the Run Time Data Table into the Global Data Sheet.
Thanks,
How can I Export Data from the Run Time Data Table into the Global Data Sheet.
Thanks,
|
RunTime Data table
|
|
Hi,
How can I Export Data from the Run Time Data Table into the Global Data Sheet. Thanks,
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. |
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| data table use | uft_usr | 1 | 2,601 |
06-29-2016, 05:23 PM Last Post: Ankesh |
|
| Writing to Run time data table | Neetha | 5 | 13,032 |
08-27-2015, 10:18 AM Last Post: supputuri |
|
| Retrieving data from web table | nsuresh316 | 1 | 3,461 |
03-03-2014, 08:29 AM Last Post: basanth27 |
|
| How to get data from data table in Ascending order | dipashri | 1 | 4,148 |
01-28-2014, 09:54 PM Last Post: jacosta |
|
| Data Table Query | Suma Parimal | 4 | 5,333 |
01-21-2014, 12:50 PM Last Post: Suma Parimal |
|