add_table
Insert a table into the current document by specifying rows, columns, optional cell data, and style.
Instructions
Add a table to the current document.
Args: rows: Number of rows cols: Number of columns data: Optional 2D array of cell data style: Table style name (default: "Table Grid")
Returns: Success message or error
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cols | Yes | ||
| data | No | ||
| rows | Yes | ||
| style | No | Table Grid |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |