Recipe compare sheet tabs
Read data from two tabs in a Google Sheet to compare and identify differences.From its SKILL.md
npx -y skills add googleworkspace/cli --skill recipe-compare-sheet-tabsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.7 KB, 114 tokens by cl100k_base, as published. Nobody here has run it
Compare Two Google Sheets Tabs
PREREQUISITE: Load the following skills to execute this recipe:
gws-sheets
Read data from two tabs in a Google Sheet to compare and identify differences.
Steps
- Read the first tab:
gws sheets +read --spreadsheet SHEET_ID --range "January!A1:D" - Read the second tab:
gws sheets +read --spreadsheet SHEET_ID --range "February!A1:D" - Compare the data and identify changes
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.