sheet.getCellFormula
Retrieve the formula string from a specific cell in a spreadsheet to understand calculations or data relationships within Circuitry's visual workflow platform.
Instructions
Get the formula string for a cell.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Sheet node ID or name | |
| row | Yes | Row index (0-indexed) | |
| col | Yes | Column index (0-indexed) |