Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Read data from two Google Sheets tabs and compare them to identify differences.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
SKILL.md
1---2name: recipe-compare-sheet-tabs3description: "Read data from two tabs in a Google Sheet to compare and identify differences."4metadata:5version: 0.22.56openclaw:7category: "recipe"8domain: "productivity"9requires:10bins:11- gws12skills:13- gws-sheets14---1516# Compare Two Google Sheets Tabs1718> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-sheets`1920Read data from two tabs in a Google Sheet to compare and identify differences.2122## Steps23241. Read the first tab: `gws sheets +read --spreadsheet SHEET_ID --range "January!A1:D"`252. Read the second tab: `gws sheets +read --spreadsheet SHEET_ID --range "February!A1:D"`263. Compare the data and identify changes2728