get_formulas
Extract all formulas from a specified cell range in an Excel workbook, optionally including their calculated values.
Instructions
Get all formulas in a range. Returns only cells that contain formulas.
Args: cell_range: Range like 'A1:U99'. workbook: Workbook name or path. Defaults to active workbook. sheet: Sheet name. Defaults to active sheet. values_too: Include calculated values alongside formulas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cell_range | Yes | ||
| workbook | No | ||
| sheet | No | ||
| values_too | No |