insert_table
Insert a table at the end of a document with up to 26 columns. Include optional data and a header row.
Instructions
Insert a table at the end of the document. Supports up to 26 columns.
data, if given, is a 2D list of row values written into cells (values beyond the table's rows/cols are ignored). header=True bolds row 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cols | Yes | ||
| data | No | ||
| rows | Yes | ||
| doc_id | Yes | ||
| header | No |