get_nested_table
Read a nested table inside a cell of a Word body table, returning rows, cells, text, and merge info. Specify host table, row, cell, and nested index.
Instructions
Read a table nested inside a cell of a body-level table: rows, cells, text, and merge info, exactly like get_table but addressed by the host table_index, host row/cell, and nested_index (0 when the cell holds one nested table; higher for multiple). Use set_nested_cells to write. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| row | Yes | ||
| cell | Yes | ||
| file_path | Yes | ||
| table_index | Yes | ||
| nested_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||