add_word_table
Adds a table to a Word document by accepting a file path, column headers, and data rows.
Instructions
Add a table to a Word document.
Args: path: Path to the .docx file headers: Column headers rows: Data rows (list of lists)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| rows | Yes | ||
| headers | Yes |