sheet.insertColumn
Add a new column to a spreadsheet at a specified position, with optional header and data values for each row.
Instructions
Insert a column at a specific position.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Sheet node ID or name | |
| colIndex | Yes | Position to insert (0-indexed) | |
| data | Yes | Column data (one value per row) | |
| header | No | Optional column header |