create_table
Create a native Excel table from a data range in a specified sheet. Optionally set a custom table name and style.
Instructions
Creates a native Excel table from a specified range of data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | ||
| sheet_name | Yes | ||
| data_range | Yes | ||
| table_name | No | ||
| table_style | No | TableStyleMedium9 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |