简体   繁体   中英

Retrieve information from a website and store it in an excel sheet

I want to make a program that takes and isbn number and searches the web for the information about the book assosciated with that number and then store that information in an excel sheet. I am not sure how to go about doing this.

I was thinking about making a Java program that uses the JSoup library to retrieve information from a url and then simply putting that information in a text file so the user can manually copy and paste it into an excel sheet, but there has to be a direct way. Any help would be appreciated. Thankyou.

http://poi.apache.org/spreadsheet/index.html

apache project for manipulating excel in java

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM