Skip to content

Docs do not explain how to update values in a spreadsheet #252

@jwmurray

Description

@jwmurray

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions