delete_sheet_rows
Delete rows from an Excel sheet starting at a specified row, with optional count and dry-run to preview changes.
Instructions
Delete one or more rows starting at the specified row.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| dry_run | No | ||
| filepath | Yes | ||
| start_row | Yes | ||
| sheet_name | Yes |