recipe-copy-sheet-for-new-month

recipe-copy-sheet-for-new-month

熱門

複製 Google 試算表範本分頁,用於新月份的追蹤。

2.9萬星標
1669分支
更新於 2026/3/31
SKILL.md
readonlyread-only
name
recipe-copy-sheet-for-new-month
description

複製 Google 試算表範本分頁,用於新月份的追蹤。

為新月份複製 Google 試算表

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

複製 Google 試算表範本分頁,用於新月份的追蹤。

步驟

  1. 取得試算表詳細資訊:gws sheets spreadsheets get --params '{"spreadsheetId": "SHEET_ID"}'
  2. 複製範本工作表:gws sheets spreadsheets sheets copyTo --params '{"spreadsheetId": "SHEET_ID", "sheetId": 0}' --json '{"destinationSpreadsheetId": "SHEET_ID"}'
  3. 重新命名新分頁:gws sheets spreadsheets batchUpdate --params '{"spreadsheetId": "SHEET_ID"}' --json '{"requests": [{"updateSheetProperties": {"properties": {"sheetId": 123, "title": "February 2025"}, "fields": "title"}}]}'