docs_insert_table
Insert a table into a Google Doc at a target index by specifying the document ID, row count, and column count.
Instructions
Insert a table into a Google Doc at a specified position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | Number of rows | |
| index | No | Character index to insert at (default: 1) | |
| columns | Yes | Number of columns | |
| documentId | Yes | The Google Doc document ID |