recipe-compare-sheet-tabs
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCompare Two Google Sheets Tabs
比较两个Google Sheet工作表
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.
前提条件: 加载以下技能以执行此方案:gws-sheets
读取Google Sheet中两个工作表的数据以进行比较并识别差异。
Steps
步骤
- Read the first tab:
gws sheets +read --spreadsheet-id SHEET_ID --range 'January!A1:D' - Read the second tab:
gws sheets +read --spreadsheet-id SHEET_ID --range 'February!A1:D' - Compare the data and identify changes
- 读取第一个工作表:
gws sheets +read --spreadsheet-id SHEET_ID --range 'January!A1:D' - 读取第二个工作表:
gws sheets +read --spreadsheet-id SHEET_ID --range 'February!A1:D' - 比较数据并识别变化