auto_resize
Automatically adjust column or row sizes to fit content in Google Sheets. Specify the spreadsheet, sheet, dimension, and optional index range for resizing.
Instructions
Auto-resize columns or rows to fit content.
Args: spreadsheet_id: The ID of the spreadsheet sheet: Sheet/tab name dimension: 'COLUMNS' or 'ROWS' start_index: 0-based start index end_index: 0-based end index (exclusive). Omit to resize all.
Returns: Result of the resize operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_id | Yes | ||
| sheet | Yes | ||
| dimension | No | COLUMNS | |
| start_index | No | ||
| end_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |