excel_autofit_columns
Automatically adjust Excel column widths to fit content while applying minimum and maximum pixel constraints for optimal spreadsheet readability.
Instructions
Auto-fit column widths based on content with min/max constraints
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| worksheetName | Yes | Name of worksheet to auto-fit | |
| minWidth | No | Minimum width in pixels | |
| maxWidth | No | Maximum width in pixels | |
| paddingRatio | No | Padding multiplier for content width |