merge_table_cells
Merges a range of cells within a specified table in a DOCX document. Provide table index and cell coordinates to combine multiple cells into one.
Instructions
Merge cells in a DOCX table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_col | Yes | End column (0-based) | |
| end_row | Yes | End row (0-based) | |
| file_path | Yes | Absolute path to the .docx file | |
| start_col | Yes | Start column (0-based) | |
| start_row | Yes | Start row (0-based) | |
| output_path | No | Save to different path | |
| table_index | Yes | Table index (0-based) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |