delete_rows
Delete specified rows from an Excel worksheet, shifting remaining rows upward. Provide the starting row number and optional count to remove one or more rows.
Instructions
Delete rows starting at the given 1-based row number. Rows below shift up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| row | Yes | ||
| count | No | ||
| sheet | No | ||
| session_id | Yes |