create_sheet_tab
Add a new tab to a spreadsheet (sheet, excel, workbook).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Tab name | |
| rows | No | Number of rows | |
| cells | No | Initial cells in A1 notation. Each cell: { value, format?: { bold, italic, underline, color (text hex), bgColor (background hex), fontSize, fontFamily, align, numberFormat, decimals, currencySymbol } } | |
| columns | No | Number of columns | |
| sheet_id | Yes | Sheet (workbook) ID |