spreadsheet.setCellFormula
Set formulas in spreadsheet cells to perform calculations and automate data processing within Circuitry's visual workflow platform.
Instructions
Set a formula for a cell in a standalone spreadsheet.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentId | No | Document ID (optional - uses active) | |
| row | Yes | Row index (0-based) | |
| col | Yes | Column index (0-based) | |
| formula | Yes | Formula string (e.g., "=SUM(A1:A10)") | |
| sheetIndex | No | Sheet index (optional - uses active sheet) |