---
title: "Google Sheets Read"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/google/googlesheetsread
markdown: https://docs.nodetool.ai/nodes/lib/google/googlesheetsread.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/google/googlesheetsread.md
---

# Google Sheets Read

**Type:** `lib.google.SheetsRead`

**Namespace:** `lib.google`

## Description

Read a range from a Google Sheet as rows of cell values.
    google, sheets, spreadsheet, read, rows

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| spreadsheet_id | `str` | Google Sheets spreadsheet id | `` |
| range | `str` | A1 notation range, e.g. Sheet1!A1:D50 | `A1:Z1000` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `list` |  |

## Related Nodes

Browse other nodes in the [lib.google](./) namespace.
