merge_hwp_cells_vertical
Merges vertical cells across rows in a single column of an HWP table by setting rowSpan on the first cell and removing absorbed cells in following rows.
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 |