excel_insert_columns
Insert columns at a specific position in an Excel sheet. Provide file path, sheet name, starting column, and number of columns to add.
Instructions
Insert columns at a specific position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the Excel file | |
| sheetName | Yes | Name of the sheet | |
| startColumn | Yes | Column to insert at (letter or number) | |
| count | Yes | Number of columns to insert | |
| createBackup | No |