update_table_sorting_tool
Sorts all data rows in a Google Sheets table by a specified column while keeping the header row intact. Supports ascending ('ASC') or descending ('DESC') order. Ideal for organizing and managing table data efficiently.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
column_name | Yes | Name of the column to sort by | |
sheet_name | Yes | The name of the sheet containing the table | |
sort_order | No | Sort order: 'ASC' or 'DESC' (default: 'ASC') | ASC |
spreadsheet_name | Yes | The name of the Google Spreadsheet | |
table_name | Yes | Name of the table to sort |