spreadsheet

Automate creation, editing, and analysis of spreadsheet files with formulas.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/thanhquan3010/hospital-management-system-v3 --skill spreadsheet-thanhquan3010
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spreadsheet
Source: https://github.com/thanhquan3010/hospital-management-system-v3/tree/main/.agents/skills/spreadsheet
Command: npx skills add https://github.com/thanhquan3010/hospital-management-system-v3 --skill spreadsheet-thanhquan3010

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openpyxl, pandas, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation, editing, and analysis of spreadsheets, streamlining data management and reporting tasks.

Core Features & Use Cases

  • Workbook Creation: Generate new .xlsx or .csv files with formulas, formatting, and structured layouts.
  • Data Analysis: Read, filter, aggregate, and compute metrics from tabular data.
  • Formula Preservation: Modify existing spreadsheets while ensuring formulas and formatting are maintained.
  • Data Visualization: Create charts and summary tables for better data representation.

Quick Start

Use the spreadsheet skill to create a new workbook named 'sales_report.xlsx' with columns for 'Date', 'Product', and 'Revenue'.

Frequently Asked Questions about spreadsheet

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

FAQPage Schema
How do I automate spreadsheet creation and data analysis for reporting?

Automating spreadsheet creation and data analysis involves using libraries like pandas and openpyxl to programmatically generate .xlsx or .csv files, apply formulas, and aggregate metrics. This Skill streamlines those data management and reporting tasks end to end.

Can I edit existing .xlsx files without breaking formulas and formatting?

Yes, you can edit existing .xlsx files while preserving formulas and formatting. The Skill utilizes openpyxl to modify workbook structures and supports formula-aware workflows to ensure your original spreadsheet layouts and cached recalculations remain intact.

Does this approach support reading and analyzing CSV and TSV tabular data?

Yes, reading and analyzing CSV and TSV tabular data is fully supported. The Skill leverages the pandas library to read, filter, aggregate, and compute metrics from .csv and .tsv files, providing comprehensive data analysis operations for structured layouts.

What is the best way to generate workbooks with structured layouts and visual summaries?

The best way to generate workbooks with structured layouts and visual summaries is to automate creation using openpyxl and pandas. This approach supports adding formulas, formatting, and creating charts or summary tables for effective data visualization and reporting.

Do I need pandas and openpyxl installed to automate spreadsheet workflows?

Yes, you need pandas and openpyxl installed because they are the core dependencies for spreadsheet automation. openpyxl handles .xlsx file manipulation and formula preservation, while pandas manages data analysis and CSV/TSV operations.