gws-sheets-read

star 8

Google Sheets: Read values from a spreadsheet.

niclasmartinsson-sys By niclasmartinsson-sys schedule Updated 3/3/2026

name: gws-sheets-read version: 1.0.0 description: "Google Sheets: Read values from a spreadsheet." metadata: openclaw: category: "productivity" requires: bins: ["gws"] cliHelp: "gws sheets +read --help"


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

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

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

Install via CLI
npx skills add https://github.com/niclasmartinsson-sys/google-workspace-cli --skill gws-sheets-read
Repository Details
star Stars 8
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator
niclasmartinsson-sys
niclasmartinsson-sys Explore all skills →