maton google-sheets values

Read, write, append, and clear cell ranges

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 values get ABC --range 'Sheet1!A1:D10'
$ maton google-sheets values append ABC --range A1 --values 'Alice,100,true'
$ maton google-sheets values update ABC --range A1 --json-values '[["x","y"]]'
$ maton google-sheets values clear ABC --range 'Sheet1!A2:D'

See also