set_column_width
Adjust the width of a column in an Excel spreadsheet to control column display, improving readability and layout.
Instructions
Set the width of a column.
Args: sheet: Sheet index (0-based) column: Column number (1-based) width: Column width in points
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | Yes | ||
| column | Yes | ||
| width | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |