sheets_write
Write data to a specified range in a Google Sheet as literal text to prevent formula injection.
Instructions
Write values to a Google Sheet range (A1 notation).
Always RAW: a value beginning with '=' is stored as literal text and is never evaluated as a live formula. There is deliberately no way to request USER_ENTERED, because this tool reads attacker-controlled cells and must not offer a formula-injection path. See value_input_option.py.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | Yes | ||
| values | Yes | ||
| spreadsheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||