sheets_sort_range
Sorts a range of cells in Google Sheets by a specified column, with optional ascending order.
Instructions
Sort a range of cells by a column. sort_column is an absolute 0-based column index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_col | Yes | ||
| end_row | Yes | ||
| sheet_id | Yes | ||
| ascending | No | ||
| start_col | Yes | ||
| start_row | Yes | ||
| sort_column | Yes | ||
| spreadsheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |