delete_range
Delete a specified cell range from an Excel sheet and shift remaining cells into place. Use this to clean up data by removing unwanted rows or columns while preserving layout.
Instructions
Delete a range of cells and shift remaining cells.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| end_cell | Yes | ||
| filepath | Yes | ||
| sheet_name | Yes | ||
| start_cell | Yes | ||
| shift_direction | No | up |