I'm developing an application that saves an acquired value to a google spreadsheet. I would like to know if I can do following things via google-spreadsheet API while using python
- Check if a spreadsheet exists with given
name
- Get a list of spreadsheets while requesting via
name
orid
Thanks in advance!