format_as_table
Convert a range of data into a formatted Excel table. Requires unique headers in the first row and supports built-in table styles.
Instructions
Convert a range into a native Excel table with a built-in style.
The first row of the range must be unique, non-empty headers. Styles are Excel's built-ins: TableStyleLight1-21, TableStyleMedium1-28, TableStyleDark1-11.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | Yes | ||
| style | No | TableStyleMedium9 | |
| session_id | Yes | ||
| table_name | No | ||
| banded_rows | No |