get_table
Read a full Word table: cell text, merge spans, column widths, and style. Use to inspect table structure and content before editing.
Instructions
Read one body-level table in full: every cell's text, the merge map (gridSpan for horizontal, vMerge for vertical), column widths, and the table style. table_index is 0-based in list_tables order. For tables nested inside a cell, use get_nested_table instead. Use set_cells/set_cells_block to write cell values. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| table_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||