excel_delete_rows
Delete specified rows from an Excel sheet by providing the file path, sheet name, starting row, and number of rows to remove. Optionally create a backup.
Instructions
Delete specific rows
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the Excel file | |
| sheetName | Yes | Name of the sheet | |
| startRow | Yes | Starting row number (1-based) | |
| count | Yes | Number of rows to delete | |
| createBackup | No |