maton google-sheets
Manage spreadsheets and cell values in Google Sheets.
Available commands
Options inherited from parent commands
-p,--profile <string>- Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)
Examples
$ maton google-sheets spreadsheet view <spreadsheetId>
$ maton google-sheets values get <spreadsheetId> --range 'Sheet1!A1:B10'
$ maton google-sheets values append <spreadsheetId> --range A1 --values 'Alice,100,true'
$ maton google-sheets values update <spreadsheetId> --range A1 --json-values '[["x","y"]]'