merge_hwp_cells_vertical
Merge vertical cells across rows in a single column of a HWP table, combining them into one cell with rowSpan.
Instructions
Merge vertical cells across rows in a single column by setting rowSpan on the first cell and removing absorbed cells in following rows. Args: file_path, table_index, col, row_start, row_count (>=2), output_path (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| table_index | Yes | ||
| col | Yes | ||
| row_start | Yes | ||
| row_count | Yes | ||
| output_path | No |