create_sheet
Create a new sheet within an existing Google Spreadsheet by providing its name, optional initial data, and sheet properties.
Instructions
Create a new sheet within an existing Google Spreadsheet using Sheets API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_name | Yes | Name for the new sheet | |
| initial_data | No | Optional initial data to populate the sheet (2D array) | |
| spreadsheet_id | Yes | Google Spreadsheet ID where to create the new sheet | |
| sheet_properties | No | Optional sheet properties (grid size, color, etc.) |