create_table
Convert a specified range into a native Google Sheets table with optional column configuration and formatting.
Instructions
Create a native Google Sheets table with defined range, columns, and formatting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | Yes | The range to convert to a table | |
| columns | No | Column configurations (optional) | |
| sheet_id | Yes | The ID of the sheet | |
| table_id | No | Unique identifier for the table (optional, will be auto-generated if not provided) | |
| spreadsheet_id | Yes | The ID of the spreadsheet |