append_hwp_table_row
Appends a new row to the specified table in an .hwpx document. Cell texts are provided as a JSON string array, and an optional output path allows saving changes to a new file.
Instructions
Append a new row to the Nth table (0-based) in an .hwpx. cells is a JSON string array of cell texts (length should match table column count). Args: file_path, table_index, cells, output_path (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| table_index | Yes | ||
| cells | Yes | ||
| output_path | No |