I am trying to create an excel sheet that will keep inventory of the books in a library. Each book has a unique ISBN number and I am trying to see if there is a way to have one cell where I enter the ISBN, and then using the web parsing tool, the program will go to a website and find the title, author, publisher, etc. and add it all to an inventory sheet. The website I planned on using is https://isbnsearch.org but I don't know how to get the web scrapper to input the Users ISBN input into the search box on the webpage. I have some experience with excel and programming but not much. Thanks!
Comments
Post a Comment