append_hwp_table_column
Add a new column to a specified table in an HWPX document by providing the file path, table index, and cell texts as a JSON array.
Instructions
Append a new column to the Nth table in an .hwpx. cells is a JSON string array of cell texts (one per row, top-to-bottom). 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 |