gsheets_update_cell
Update a cell value in a Google Spreadsheet by specifying the spreadsheet ID, A1 range, and new value.
Instructions
Update a cell value in a Google Spreadsheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | Yes | Cell range in A1 notation (e.g. 'Sheet1!A1') | |
| value | Yes | New cell value | |
| fileId | Yes | ID of the spreadsheet |