recipe-compare-sheet-tabs

recipe-compare-sheet-tabs

熱門

從 Google 試算表的兩個分頁讀取資料,進行比對並找出差異。

2.7萬星標
1669分支
更新於 2026/3/31
SKILL.md
readonlyread-only
name
recipe-compare-sheet-tabs
description

從 Google 試算表的兩個分頁讀取資料,進行比對並找出差異。

比較兩個 Google 試算表分頁

先決條件: 載入以下技能以執行此配方:gws-sheets

從 Google 試算表的兩個分頁讀取資料,進行比對並找出差異。

步驟

  1. 讀取第一個分頁:gws sheets +read --spreadsheet SHEET_ID --range "January!A1:D"
  2. 讀取第二個分頁:gws sheets +read --spreadsheet SHEET_ID --range "February!A1:D"
  3. 比對資料並找出變更