How to export data to an excel sheet on daily basis

Hi,

My requirement is to export or save the data that has been acquired in a day with that date to the excel sheet on a daily basis. How can I do it?

Hello,

You may be interested in working with files. If you save the excel document in .csv format (on the eggPlant machine, not the SUT), then you can read from and write to the file from your script in eggPlant.

There is documentation on working with files and file systems, which can be found here: http://docs.testplant.com/?q=content/working-files-and-file-systems

-Elizabeth