gws-sheets-read
SolidGoogle Sheets: Read values from a spreadsheet.
AI & Automation 26,697 stars
1403 forks Updated 2 weeks ago Apache-2.0
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# sheets +read
> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.
Read values from a spreadsheet
## Usage
```bash
gws sheets +read --spreadsheet <ID> --range <RANGE>
```
## Flags
| Flag | Required | Default | Description |
|------|----------|---------|-------------|
| `--spreadsheet` | ✓ | — | Spreadsheet ID |
| `--range` | ✓ | — | Range to read (e.g. 'Sheet1!A1:B2') |
## Examples
```bash
gws sheets +read --spreadsheet ID --range "Sheet1!A1:D10"
gws sheets +read --spreadsheet ID --range Sheet1
```
## Tips
- Read-only — never modifies the spreadsheet.
- For advanced options, use the raw values.get API.
## See Also
- [gws-shared](../gws-shared/SKILL.md) — Global flags and auth
- [gws-sheets](../gws-sheets/SKILL.md) — All read and write spreadsheets commands
Details
- Author
- googleworkspace
- Repository
- googleworkspace/cli
- Created
- 2 months ago
- Last Updated
- 2 weeks ago
- Language
- Rust
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Data & Documents Listed
gws-sheets-read
Google Sheets: Read values from a spreadsheet.
335 Updated today
aiskillstore Web & Frontend Listed
gws-sheets-read
This skill should be used when the user says "read data from a sheet", "get values from a spreadsheet", "show me what's in this sheet", "pull data from a range", "read a cell range", or wants to read values from a specific range in a Google Sheets spreadsheet. Covers named ranges and A1 notation cell ranges.
3 Updated 2 days ago
radesjardins AI & Automation Listed
gws-sheets
Google Sheets: Read and write spreadsheets.
21 Updated 4 days ago
project-nomos AI & Automation Solid
gws-sheets
Google Sheets: Read and write spreadsheets.
26,697 Updated 2 weeks ago
googleworkspace Data & Documents Listed
gws-sheets
Google Sheets: Read and write spreadsheets.
335 Updated today
aiskillstore