word_read_table_cell
Read the text and paragraph IDs of a specific table cell in a Word document by providing the file path, table index, row, and column.
Instructions
Read a single table cell's text and paraIds
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col | Yes | Column index, starting at 0 | |
| row | Yes | Row index, starting at 0 | |
| file_path | Yes | Absolute path to the .docx file | |
| table_index | Yes | Index of the table in document order, starting at 0 |