Connecting to Google Sheets with Python
tinaja.computer
Connecting to Google Sheets with Python
1–10 of 25 posts
Re: Connecting to Google Sheets with Python
#2Re: Connecting to Google Sheets with Python
#3Re: Connecting to Google Sheets with Python
#4A couple weeks ago I helped my nephew with a project he was working on using gspread. I haven't programmed in Python in years but was able to make it all go in an hour or so of poking at the gspread docs. It's pretty neat. I've often thought spreadsheets should be more commonly used as the UI for software. Lots of business folks have a good grasp of spreadsheets, but not of programmer-y or database concepts. I dunno…
https://github.com/stephen-mw/gdoc_ssh_manager/blob/test/REA...
Re: Connecting to Google Sheets with Python
#5Since v4 was substantially different from v3, it's (almost) a complete rewrite and unfortunately still not as stable as gspread.
Anyone here writing some interesting code using the GoogleDocs APIs?
While this (https://digitalinspiration.com/google-addons) is interesting, I would like to see some client code (preferably Python!)
Also of interest:
Re: Connecting to Google Sheets with Python
#6Re: Connecting to Google Sheets with Python
#7However, don't try to create a full fledged (or even read only) rest API against a Google spreadsheet. I did, and I wasn't pretty:
Re: Connecting to Google Sheets with Python
#8Re: Connecting to Google Sheets with Python
#9Combine this with Multicorn and Postgres and you can query Google Spreadsheets from your database
Re: Connecting to Google Sheets with Python
#10The python scripts use gspread to import and process bank data from eight accounts around the world. Summary sheets pull that data together into real-time profit and loss, position statements, and tax summaries.
It's easily shared with our accountant, who can add a sheet to do some custom analysis at the drop of a hat. Our annual report takes about an hour to prepare, and sheets mimicking tax forms make filing tax returns simple.