create_named_range
Create a named range in a Google Sheet by specifying the spreadsheet, sheet, start/end rows and columns, and a name.
Instructions
Create a named range in the spreadsheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the range | |
| end_row | Yes | Ending row index (exclusive) | |
| sheet_id | Yes | The ID of the sheet | |
| start_row | Yes | Starting row index (0-based) | |
| end_column | Yes | Ending column index (exclusive) | |
| start_column | Yes | Starting column index (0-based) | |
| spreadsheet_id | Yes | The ID of the spreadsheet |