Gws Sheets Read

Google Sheets: Read values from a spreadsheet.

nota-america Updated

File contents

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

nota-america/forgecat-agent-profiles/tree/main/profiles/googleworkspace/cli/googleworkspace_cli-skills/for-codex/.agents/skills/gws-sheets-read commit cef2459334

Frequently asked questions

npx skillmds@latest add nota-america/gws-sheets-read