Insert Rows
insert_rowsInsert blank rows into an open Excel workbook at a chosen row index, shifting existing rows down to create space for new data.
Instructions
Insert one or more blank rows, shifting existing rows down.
Args: workbook: Workbook name or path (None = active workbook). sheet: Worksheet name (None = active sheet). row_index: 1-based row number the new rows are inserted before (required). count: How many rows to insert.
Returns: JSON confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| sheet | No | ||
| workbook | No | ||
| row_index | No |