excel_add_worksheet
Add a new worksheet to organize financial data, calculations, or reports within your Excel workbook for better analysis and tracking.
Instructions
Add a new worksheet to the current workbook
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}