sheets_write
Write a 2D array of values to a specified range in a Google Sheet, using spreadsheet ID and range to target the exact cells.
Instructions
Write values to a Google Sheet. Values is a 2D array like [['Name','Age'],['Alice',30]].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | Yes | ||
| values | Yes | ||
| spreadsheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |