read a value from WebSite and compare it with a xlsheet's value
siddhu Math
Ranch Hand
Joined: Aug 10, 2006
Posts: 46
posted
0
Hi Folks
Can i have this done as i have a website and programaticall i want to get the vaue from that site and compare it with the value that is in my excel sheet. if yes then please let me know how.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35232
7
posted
0
I've had good results using the jWebUnit library to perform programmatic access to a web site and extract parts of a page. You can download it from SourceForge. Don't be put off that it's labeled as a testing library; it works just fine for other purposes (and without JUnit).