excel_save_file
Save Excel workbooks containing financial calculations, investment analysis, and automated reports to specified file paths for secure storage and sharing.
Instructions
Save the current workbook to a file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | No |
Input Schema (JSON Schema)
{
"properties": {
"filePath": {
"type": "string"
}
},
"type": "object"
}