Need excel manipulation using Ranorex

Experiences, small talk, and other automation gossip.
bhagya
Posts: 11
Joined: Wed Jan 18, 2012 6:48 am

Need excel manipulation using Ranorex

Post by bhagya » Tue May 08, 2012 6:41 am

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.

User avatar
Ciege
Posts: 1336
Joined: Thu Oct 16, 2008 6:46 pm
Location: Arizona, USA

Re: Need excel manipulation using Ranorex

Post by Ciege » Tue May 08, 2012 3:53 pm

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.
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!

Ciege...

bhagya
Posts: 11
Joined: Wed Jan 18, 2012 6:48 am

Re: Need excel manipulation using Ranorex

Post by bhagya » Wed May 09, 2012 9:51 am

Thanks Ciege.