# Recipe Compare Sheet Tabs > Read data from two tabs in a Google Sheet to compare and identify differences. Source: https://skillsagentes.com/skills/googleworkspace/cli/recipe-compare-sheet-tabs Repository: https://github.com/googleworkspace/cli Author: googleworkspace License: Apache-2.0 Updated: hace 4 meses Context cost: 20 tok installed, 182 tok once triggered, 182 tok with every bundled file Bundle: 1 file, 728 B Permissions requested: none declared ## Install ```bash npx -y skills add googleworkspace/cli --skill recipe-compare-sheet-tabs --agent claude-code ``` ## What it does - Lee datos de dos pestañas distintas de una misma Google Sheet usando gws sheets +read con rangos específicos - Compara los datos leídos entre ambas pestañas para identificar diferencias y cambios ## Use it when - Necesitas comparar datos entre dos pestañas de un Google Sheet, por ejemplo January vs February ## What triggers it - "Compara los datos de la pestaña January y February en esta hoja" - "Identifica qué cambió entre estas dos pestañas del spreadsheet" ## Before you install - Requiere el binario gws y tener cargada la skill gws-sheets. ## Files - SKILL.md — 728 B ## SKILL.md Reproduced verbatim from googleworkspace/cli under Apache-2.0. This section is the upstream document and is in English. # 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 1. Read the first tab: `gws sheets +read --spreadsheet SHEET_ID --range "January!A1:D"` 2. Read the second tab: `gws sheets +read --spreadsheet SHEET_ID --range "February!A1:D"` 3. Compare the data and identify changes --- Skills Agentes — https://skillsagentes.com/skills/googleworkspace/cli/recipe-compare-sheet-tabs