C# approach to scrape data from a separate software

May 13 2010 11:20 AM

Hello,

There is a separate software(that I have no control of) that displays certain fields in a page format (which i think is built through java). What I need to do is to scrape the data from it and transfer it to an excel file rather than manually copying and pasting field to field. I plan to use c#, would anyone know if this is possible? If not, do you have other suggestions?