How to write data generated in scrpt to excel sheet

Ask general questions here.
vivek.guvva
Posts: 31
Joined: Mon Feb 22, 2016 7:21 pm

How to write data generated in scrpt to excel sheet

Post by vivek.guvva » Thu Mar 10, 2016 5:38 pm

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.

krstcs
Posts: 2683
Joined: Tue Feb 07, 2012 4:14 pm
Location: Austin, Texas, USA

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

Post by krstcs » Thu Mar 10, 2016 5:49 pm

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.
Shortcuts usually aren't...