Crate serde_sheets
Source - SheetsError
- append_row
- Append a single object
obj to tab tab_name in document document_id - clear_tab
- Clear all data from the sheet called
tab_name in document document_id - get_sheets
- Given a
ServiceAccountKey, builds a google_sheets4::Sheets client, with
access token cache at token_cache_path (if specified) - read_all
- Append a single object
obj to tab tab_name in document document_id - service_account_from_env
- Builds a
ServiceAccountKey from JSON in environment variable SERVICE_ACCOUNT_JSON - write_page
- Serialize a list of objects and write to the tab
tab_name in document document_id.
The sheet will be cleared before writing.