sheet.setCellFormula
Set spreadsheet formulas to automate calculations and data processing in Circuitry workflows. Specify cell coordinates and formula starting with =.
Instructions
Set a formula for a cell. Formulas must start with =.
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) | |
| formula | Yes | Formula string (e.g., "=SUM(A1:A10)") |