技能 效率工具 对比 Google 表格标签

对比 Google 表格标签

v20260401
recipe-compare-sheet-tabs
使用 gws-sheets 依次读取两个 Google 表格标签并比对其数据行,快速发现差异以支持审计或跨期更新。
获取技能
411 次下载
概览

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
信息
Category 效率工具
Name recipe-compare-sheet-tabs
版本 v20260401
大小 728B
更新时间 2026-04-08
语言