delete_sheet_rows
Remove specific rows from an Excel sheet by specifying the filepath, sheet name, start row, and count. Ideal for managing Excel files in secure corporate environments using xlwings integration.
Instructions
Delete one or more rows starting at the specified row.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | No | ||
filepath | Yes | ||
sheet_name | Yes | ||
start_row | Yes |