delete_hwp_table_row
Remove a specific row from a table in an HWPX file by providing the file path, table index, and row index.
Instructions
Delete the Mth row (0-based) from the Nth table (0-based) in an .hwpx. Args: file_path, table_index, row_index, output_path (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| table_index | Yes | ||
| row_index | Yes | ||
| output_path | No |