excel_insert_rows
Insert a specified number of rows at a given position in an Excel sheet. Useful for adding empty rows to reorganize data.
Instructions
Insert rows at a specific position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the Excel file | |
| sheetName | Yes | Name of the sheet | |
| startRow | Yes | Row number to insert at (1-based) | |
| count | Yes | Number of rows to insert | |
| createBackup | No |