I have a web scraper script in python that clicks and downloads a csv file from a website.
I would like to:
Pass a parameter from excel to trigger the python script based on user selection
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.