spreadsheet.getCell
Retrieve a specific cell value from a spreadsheet by specifying row and column indices. Use this tool to extract individual data points for processing or analysis in Circuitry's visual workflow platform.
Instructions
Get a single cell value from 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) | |
| sheetIndex | No | Sheet index (optional - uses active sheet) |