SKILL.md
readonlyread-only
name
recipe-compare-sheet-tabs
description
從 Google 試算表的兩個分頁讀取資料,進行比對並找出差異。
比較兩個 Google 試算表分頁
先決條件: 載入以下技能以執行此配方:
gws-sheets
從 Google 試算表的兩個分頁讀取資料,進行比對並找出差異。
步驟
- 讀取第一個分頁:
gws sheets +read --spreadsheet SHEET_ID --range "January!A1:D" - 讀取第二個分頁:
gws sheets +read --spreadsheet SHEET_ID --range "February!A1:D" - 比對資料並找出變更






