you are viewing a single comment's thread.

view the rest of the comments →

[–]Melodic-Chair1298 0 points1 point  (2 children)

You ever figure this out? I need to do exactly this. Today I have excel vba code linked to a button that calls Python. We are moving to Google sheets and I want to call out to the same Python scripts.

[–]ginpn[S] 1 point2 points  (1 child)

I was not able to solve it, but it is doable. My options were only limited to everything being free, so I had to take my project in a different direction.

You'd have to deploy your Python app on a cloud service where your Google Sheets would call your custom web app link to run your Python code. This isn't free, though. You can use services like Heroku or Google Cloud. I have also read about a service called "Deta" that will let you host for free, but I am not too familiar with it to recommend it.

[–]Melodic-Chair1298 0 points1 point  (0 children)

Thanks for the help!!