delete_range
Remove a specified range of cells in an Excel sheet and shift remaining cells up or down to maintain data continuity. Input file path, sheet name, start and end cells, and shift direction.
Instructions
Delete a range of cells and shift remaining cells.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_cell | Yes | ||
filepath | Yes | ||
sheet_name | Yes | ||
shift_direction | No | up | |
start_cell | Yes |