Read Table Data from Website and Write to Excel File Using Java (Maven)

preview_player
Показать описание
This is my Real Time Programming assignment program. Read data from website table and write the data to excel file using java and maven. The assignment is required to be recorded and uploaded to youtube.

i'm using maven, java and netbeans IDE. first thing you need to do is using jsoup to get and parse the web page html code, extract the data in each cell and add it to ArrayList using for loop. Lastly, write it to excel file using apache poi.

Рекомендации по теме
visit shbcf.ru