excel_delete_worksheet
Remove unwanted worksheets from Excel workbooks to maintain organized financial data and streamline accounting workflows.
Instructions
Delete a worksheet from the current workbook
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}