Google Sheets Reader
Read cell ranges from a Google Sheets spreadsheet using the gws CLI.
When to use
- "what's in the budget sheet", "fetch the expenses range"
Scripts
scripts/read.py— read a range. Args:spreadsheet_id,range(defaultSheet1!A1:Z100).
Procedure
- Run
scripts/read.pywithspreadsheet_idand optionallyrange. - Summarize the returned rows for the user.