Home/Data Analysis/recipe-copy-sheet-for-new-month
R

recipe-copy-sheet-for-new-month

by @googleworkspacev
4.5(144)

Duplicate a template tab in Google Sheets to create new monthly data analysis or reports, simplifying repetitive monthly operations and improving data processing efficiency.

google-sheetsspreadsheet-templatesmonthly-reportingdata-duplicationworkflow-automationGitHub
Installation
npx skills add googleworkspace/cli --skill recipe-copy-sheet-for-new-month
compare_arrows

Before / After Comparison

1
Before

Whenever a new data tracking spreadsheet is needed each month, the Google Sheet template tab must be manually duplicated, which is time-consuming and prone to errors. This impacts the timeliness of data tracking.

After

Automatically duplicate Google Sheet template tabs for new monthly data tracking. Significantly saves manual operation time and ensures a smooth and efficient data tracking process.

SKILL.md

Copy a Google Sheet for a New Month

PREREQUISITE: Load the following skills to execute this recipe: gws-sheets

Duplicate a Google Sheets template tab for a new month of tracking.

Steps

  1. Get spreadsheet details: gws sheets spreadsheets get --params '{"spreadsheetId": "SHEET_ID"}'
  2. Copy the template sheet: gws sheets spreadsheets sheets copyTo --params '{"spreadsheetId": "SHEET_ID", "sheetId": 0}' --json '{"destinationSpreadsheetId": "SHEET_ID"}'
  3. Rename the new tab: gws sheets spreadsheets batchUpdate --params '{"spreadsheetId": "SHEET_ID"}' --json '{"requests": [{"updateSheetProperties": {"properties": {"sheetId": 123, "title": "February 2025"}, "fields": "title"}}]}'

User Reviews (0)

Write a Review

Effect
Usability
Docs
Compatibility

No reviews yet

Statistics

Installs14.7K
Rating4.5 / 5.0
Version
Updated2026年5月23日
Comparisons1

User Rating

4.5(144)
5
24%
4
51%
3
24%
2
2%
1
0%

Rate this Skill

0.0

Compatible Platforms

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

Timeline

Created2026年3月16日
Last Updated2026年5月23日