I want to create a program in java that takes a URL and parses it for different strings and then stores it into an excel file. I have never done anything with web pages or excel files so I was wondering;
Where do I start?
I am trying to grasp an understanding of the process as well as any methods I will need to learn to use before actually starting the project. I have not come up with too much, but I believe I am searching the wrong keywords for what I am looking for.
Any help is appreciated.
Edit: I am going to implement this by using a URL of foreclosed homes and want the program to take number of beds, number of baths, square feet, price, and location in their respective columns.