Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
649
How to enter the captured datagrid data to a local excel sheet or CSV??
posted

Hi,

I had to enter the captured data grid data to local excel sheet...

how can i do that??

i had to run the application for infinite time, so i cannot write it to datapool while running the application..

can i add the records into the datapool while running the scrip???

Rekha.

  • 6729
    Suggested Answer
    Offline posted

    Hi Rekha

    you should be able to use the following to load and save Excel sheet into the DP:

    Datapool.DatapoolUtilities.LoadCSV(...)

    Datapool.DatapoolUtilities.StoreCSV(...)

     

    Please mark this replay as answer if this works for you so others can use the same approach

    Regards,

    Ammar