-2

I have a web scraper script in python that clicks and downloads a csv file from a website.

I would like to:

  1. Pass a parameter from excel to trigger the python script based on user selection

  2. trigger the download/web scraper script from Excel and then populate the cell range concerned based on the downloaded file

Welcome to other solutions other than what I have now.

2

1 Answer 1

1

Maybe your python code should read your excel spreadsheet and act upon the changes. Might want to check https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_excel.html. A more straightforward solution might exist, thou.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.