Google Workspace ReadRange

Google Workspace ReadRange

Certified

Read a range from a spreadsheet

Reads a specific A1 range with render options. Can return data or store to kestra://; metrics report row count.

yaml
type: io.kestra.plugin.googleworkspace.sheets.ReadRange
yaml
id: googleworkspace_sheets_readrange
namespace: company.team

tasks:
  - id: read_range
    type: io.kestra.plugin.googleworkspace.sheets.ReadRange
    spreadsheetId: "1Dkd3W0OQo-wxz1rrORLP7YGSj6EBLEg74fiTdbJUIQE"
    range: "Second One!A1:I"
    store: true
    valueRender: FORMATTED_VALUE
Properties

Spreadsheet ID

DefaultFORMATTED_STRING
Possible Values
SERIAL_NUMBERFORMATTED_STRING

Date/time render option

SERIAL_NUMBER or FORMATTED_STRING (default); ignored if valueRender=FORMATTED_VALUE

Defaultfalse

Fetch results

If true, data is returned in output; otherwise written to storage

Defaulttrue

Treat first row as header

When true, maps rows to objects using first row keys; default true

Reference (ref) of the pluginDefaults to apply to this task.

Range

A1 notation range (e.g., Sheet1!A1: D10); required

Default120

The read timeout for the request (in seconds)

SubTypestring
Default["https://www.googleapis.com/auth/spreadsheets"]

The GCP scopes to used

The GCP service account key

Defaulttrue

Store results

If true, writes ION file to storage; default true

DefaultUNFORMATTED_VALUE
Possible Values
FORMATTED_VALUEUNFORMATTED_VALUEFORMULA

Value render option

FORMATTED_VALUE, UNFORMATTED_VALUE (default), or FORMULA

Fetched rows

Only when fetch=true

Default0

Rows fetched

Formaturi

Stored result URI

Only when store=true

Unitcount

Number of rows fetched across all sheets