add_table_at_paragraph
Inserts a table with specified rows and columns at a given paragraph index in a Word document, with optional header row and data.
Instructions
Add a table at the specified paragraph
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| rows | Yes | ||
| cols | Yes | ||
| paragraph_index | Yes | ||
| data | No | ||
| has_header_row | No |