delete_sheet_rows
Removes one or more rows from an Excel sheet starting at a specified row index. Useful for cleaning up data by deleting unwanted row ranges.
Instructions
Delete one or more rows starting at the specified row.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | ||
| sheet_name | Yes | ||
| start_row | Yes | ||
| count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |