I have a program that takes data from an excel file and manipulates it for the user. But in order to receive updates in the excel file, they must be downloaded from the website. First, I tried to use the robot class to go to the site, log in with a username and password, then go to the correct section of the website and find the button that says "load Excel spreadsheet" and click on it. But I understand that this is a terrible way to do this, and it does not always work. What's better, I can do this so that my program can go to the site and go to the page I want, and then upload the data. I read about the "broken page", but I do not think that this will allow me to do this. I really want to interact with a webpage so as not to load its contents. Any help would be great. Thanks Peter
java
Peter
source share