Home > Blockchain >  Execute Python Script from google spreadsheet
Execute Python Script from google spreadsheet

Time:08-16

Is it possible to run a python script from GoogleSheets(GS)? The idea is that I press a button in GS and the python script runs. I found some older posts about this, like the idea to run it from Google Cloud, but maybe there is a simpler solution in the meantime?

CodePudding user response:

Your Python script will have to be run from the cloud. See URL Fetch Service.

  • Related