Page 1 of 1

How to write data generated in scrpt to excel sheet

Posted: Thu Mar 10, 2016 5:38 pm
by vivek.guvva
Hi, I am exporting 2 files and comparing those 2 files after downloading. What I need to do is, I need to write the name of those 2 files after downloading in 2 columns in an excel sheet and use that excel as input sheet to comparing data. Please let me know if there is any possibility for this in Ranorex.

Thanks and Regards
Vivek.

Re: How to write data generated in scrpt to excel sheet

Posted: Thu Mar 10, 2016 5:49 pm
by krstcs
Why are you trying to do this in Excel instead of in Ranorex with .NET code?

If you already know what the expected result is, then just compare the actual to it in .NET code and be done with it. No need to over-complicate the process by including Excel.