excel_get_formulas
Extract all formulas from Excel worksheets to analyze financial calculations, verify formulas, and maintain spreadsheet integrity for accounting workflows.
Instructions
Extract all formulas from a worksheet
Input Schema
Name | Required | Description | Default |
---|---|---|---|
worksheetName | Yes |
Input Schema (JSON Schema)
{
"properties": {
"worksheetName": {
"type": "string"
}
},
"required": [
"worksheetName"
],
"type": "object"
}