delete_xlsx_row
Remove a specific row from an XLSX sheet by providing the file path, sheet name, and row index. Optionally save the result to a different path.
Instructions
Delete a row from an XLSX sheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the .xlsx file | |
| row_index | Yes | Row to delete (1-based) | |
| sheet_name | Yes | Sheet name | |
| output_path | No | Save to different path (omit to overwrite) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |