excel_read_worksheet
Extract financial data from Excel worksheets for analysis, reporting, and calculations to support accounting and investment workflows.
Instructions
Read data from a specific worksheet
Input Schema
Name | Required | Description | Default |
---|---|---|---|
worksheetName | Yes |
Input Schema (JSON Schema)
{
"properties": {
"worksheetName": {
"type": "string"
}
},
"required": [
"worksheetName"
],
"type": "object"
}