set_column_width
Specify a column range and pixel width to set the width of columns in a Google Sheet.
Instructions
Set the width of columns.
Args: spreadsheet_id: The ID of the spreadsheet. sheet_id: The numeric ID of the sheet. start_col: Starting column index (0-based, A=0). end_col: Ending column index (exclusive). width: Width in pixels.
Returns: Success message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | ||
| end_col | Yes | ||
| sheet_id | Yes | ||
| start_col | Yes | ||
| spreadsheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |