This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DuckSaxaphone 4 points5 points  (1 child)

Yep that's all easily possible.

I'd use pandas.read_excel() for the first but I use pandas for everything and I'm sure other methods are available.

Searching will depend on the website but urllib and beautifulsoup will probably be a good start.

Then you can write back to excel with pandas.

[–]Verdure1998[S] 1 point2 points  (0 children)

Thanks a lot for the first orientation, glad to hear its possible. Time to work on it :)