-
-
Notifications
You must be signed in to change notification settings - Fork 149
Closed
Labels
Description
The docs at http://byron.github.io/google-apis-rs/google_sheets4_cli/ show the following options for update-values for sheets4-cli:
sheet4 spreadsheets values-update (-r )... [-p ]... [-o ]
I have retrieved values from google sheets (using get-values), but I have not been able to figure out how to update cells.
I have tried the following,
./sheets4 spreadsheets values-update 1-Ow1Q01z5z_oSwAa8uG6oP2qUGjjcvbZkFbYt0oGhWg A1:B2,majorDimension=ROWS -r . [[1,2],[3,4]]
but only get a 400 error, "bad request" I am sure that the docs could give a CLI example that provides an update value in a complete command line.
Thank you!