recipe-compare-sheet-tabs

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Compare 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

步骤

  1. Read the first tab:
    gws sheets +read --spreadsheet-id SHEET_ID --range 'January!A1:D'
  2. Read the second tab:
    gws sheets +read --spreadsheet-id SHEET_ID --range 'February!A1:D'
  3. Compare the data and identify changes
  1. 读取第一个工作表:
    gws sheets +read --spreadsheet-id SHEET_ID --range 'January!A1:D'
  2. 读取第二个工作表:
    gws sheets +read --spreadsheet-id SHEET_ID --range 'February!A1:D'
  3. 比较数据并识别变化