set_hwp_cell_text
Replace text in a specific table cell within an .hwpx file. Specify the file, table index, row, column, and new text.
Instructions
Replace a single cell's text in a table inside an .hwpx. Args: file_path, table_index, row, col (all 0-based), text, output_path (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| table_index | Yes | ||
| row | Yes | ||
| col | Yes | ||
| text | Yes | ||
| output_path | No |