excel_set_column_width
Set column widths in an Excel worksheet by specifying workbook ID, sheet name, and a column-to-width mapping (e.g., {'A': 20, 'B': 30}).
Instructions
设置列宽
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| columns | Yes | 列宽映射,如 { "A": 20, "B": 30 } | |
| sheetName | Yes | 工作表名称 | |
| workbookId | Yes | 工作簿ID |