recipe-generate-report-from-sheet

Generate formatted Google Docs reports from Google Sheets data.

30.3k|1.8k|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/googleworkspace/cli --skill recipe-generate-report-from-sheet-googleworkspace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-generate-report-from-sheet
Source: https://github.com/googleworkspace/cli/tree/main/skills/recipe-generate-report-from-sheet
Command: npx skills add https://github.com/googleworkspace/cli --skill recipe-generate-report-from-sheet-googleworkspace

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of reading data from a Google Sheet and generating a formatted Google Docs report, streamlining reporting workflows.

Core Features & Use Cases

  • Data Aggregation: Reads specified data ranges from Google Sheets.
  • Document Creation: Creates new Google Docs documents with custom titles.
  • Content Formatting: Writes structured text, including headings and lists, into the report.
  • Permissions Management: Shares the generated report with specified users.
  • Use Case: Automatically generate a monthly sales report by pulling data from a 'Sales' sheet and creating a formatted Google Doc, then sharing it with the sales team.

Quick Start

Use the recipe-generate-report-from-sheet skill to read data from the spreadsheet with ID 'SHEET_ID' and create a sales report document.

Frequently Asked Questions about recipe-generate-report-from-sheet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate report generation from Google Sheets data?

Automate report generation by extracting data from specified Google Sheets ranges and writing it into a formatted Google Docs report. This workflow uses Google Sheets, Docs, and Drive APIs to read spreadsheet data, create documents with custom titles, and format structured text like headings and lists.

Can I automatically share a Google Docs report created from spreadsheet data?

Yes, you can automatically share a Google Docs report created from spreadsheet data. The document generation process includes permissions management, allowing you to share the newly created report with specified users directly through the Google Drive API integration.

Does this workflow support formatting structured text in Google Docs from Sheets?

Yes, this workflow supports formatting structured text in Google Docs from Sheets. It reads specified data ranges from your spreadsheet and writes structured content into the report, automatically applying document formatting like headings and lists.

What do I need to generate a Google Docs report from a specific Google Sheet?

To generate a Google Docs report from a specific Google Sheet, you need the spreadsheet ID and the target data ranges. Providing these identifiers allows the automation to extract the correct data, create a document with a custom title, and format the content.

What is the best way to create a monthly sales report from a Sales sheet?

The best way to create a monthly sales report from a Sales sheet is to automate the extraction of your sales data ranges and generate a formatted Google Docs report. This streamlines reporting workflows by aggregating the data and writing structured text into a shared document.