insert_table_docx
Insert a table into a Word document by providing the file path and 2D array of rows. Optionally specify placement at the start or end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the .docx file (created if it does not exist) | |
| rows | Yes | Table data as a 2D array; the first row is typically the header | |
| position | No | end |