Page 1 of 1

Need excel manipulation using Ranorex

Posted: Tue May 08, 2012 6:41 am
by bhagya
Hi,

I have a scenario in which I need to open the excel file and update few of the cells with some value close it. I searched on forum and found that Ranorex is having a Ranorex.Plugin.Office dll by which we can open the excel file and manipulate it. However; when i added that file in my visual studio solution, my previous excel code stopped working. Could you please tell me any other simple solution to this.

Thanks.

Re: Need excel manipulation using Ranorex

Posted: Tue May 08, 2012 3:53 pm
by Ciege
You can try some of the methods I have posted here: http://www.ranorex.com/forum/my-excel-f ... t3265.html

These methods use the Excel Interop to interact with Excel from Ranorex.

Re: Need excel manipulation using Ranorex

Posted: Wed May 09, 2012 9:51 am
by bhagya
Thanks Ciege.