sheet.getRows
Retrieve specific row ranges from large Circuitry spreadsheets to optimize data access and improve performance when working with extensive datasets.
Instructions
Get a range of rows from a Sheet (0-indexed, inclusive). Use for large sheets instead of getData.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Sheet node ID or name | |
| startRow | Yes | Starting row index (0-indexed) | |
| endRow | Yes | Ending row index (inclusive) |