excel_set_column_width
Adjust the width of a specific column in an Excel file by specifying the column letter or number and the width in Excel units, with an option to create a backup.
Instructions
Adjust width of a column
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the Excel file | |
| sheetName | Yes | Name of the sheet | |
| column | Yes | Column letter (A) or number (1) | |
| width | Yes | Width in Excel units | |
| createBackup | No |