split_table_cell
Split a table cell into multiple rows and columns in a Hangul (HWP) document to restructure tables for detailed data layout.
Instructions
Split a table cell into multiple cells.
Args: doc_id: Document ID from open_document table_index: Index of the table row: Row index of the cell col: Column index of the cell split_rows: Number of rows to split into split_cols: Number of columns to split into
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col | Yes | ||
| row | Yes | ||
| doc_id | Yes | ||
| split_cols | No | ||
| split_rows | No | ||
| table_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||