get_table_data
Retrieve complete table contents from an HWP document as a 2D array of cell texts by providing the document ID and table index.
Instructions
Get full table data as a 2D array.
Args: doc_id: Document ID from open_document table_index: Index of the table
Returns: 2D array of cell text values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| table_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||