Skip to content

Google Sheets — Read range

Type: googlesheets-read-range  ·  Package: Google Sheets Activities v1.0.0  ·  Output: DataTable / List

Reads a specific range of cells. Same as Read sheet, but limited to a range in A1 notation — useful when you’re only interested in part of the sheet.

Read the indicated range. With has-headers = true returns a DataTable; if not, a list of rows. Requires a Google Sheets — Open session.

ParameterEditorDescription
rangeexpressionRange in A1 notation: A1:E10, A:E, 1:100.
ParameterEditorDescription
sessionsessionGoogle Sheets — Open session. Optional: within a body it is inherited.
sheetexpressionSheet name. By default, it activates it.
has-headersbooleanFirst row as headers → DataTable. By default false.

A DataTable (if has-headers) or a List of rows.

Google Sheets — Read range session = = hoja range = "A1:D50" has-headers = true → output: datos