View source on GitHub
|
Utility library for compiling Google sheets.
This library requires authentication.
If you're developing locally, set up Application Default Credentials (ADC) in your local environment:
https://cloud.google.com/docs/authentication/application-default-credentials
If you're working in Colab, run the following command in a cell to authenticate:
from google.colab import auth auth.authenticate_user()This command opens a window where you can complete the authentication.
Classes
class Spreadsheet: Spreadsheet data class.
Functions
upload_to_gsheet(...): Creates new spreadsheet.
View source on GitHub