excel_open_file
Access Excel files for financial analysis, investment calculations, expense tracking, and automated reporting using advanced formulas and projections.
Instructions
Open an existing Excel file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes |
Input Schema (JSON Schema)
{
"properties": {
"filePath": {
"type": "string"
}
},
"required": [
"filePath"
],
"type": "object"
}