auto_resize_dimensions
Auto-resizes rows or columns in a Google Sheet to fit the content, based on specified dimension, start index, and end index.
Instructions
Auto-resize columns or rows to fit content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_id | Yes | The ID of the sheet | |
| dimension | Yes | Whether to resize rows or columns | |
| end_index | Yes | Ending index (exclusive) | |
| start_index | Yes | Starting index (0-based) | |
| spreadsheet_id | Yes | The ID of the spreadsheet |