get_sheet_formulas
Retrieve formulas from a Google Sheets spreadsheet. Optionally specify a cell range to get formulas from only that area.
Instructions
Get formulas from a specific sheet in a Google Spreadsheet.
Args: spreadsheet_id: The ID of the spreadsheet (found in the URL) sheet: The name of the sheet range: Optional cell range in A1 notation (e.g., 'A1:C10'). If not provided, gets all formulas from the sheet.
Returns: A 2D array of the sheet formulas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_id | Yes | ||
| sheet | Yes | ||
| range | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |