One-click install
npx skills add https://github.com/MrMoshkovitz/gm-claude --skill xlsx-mrmoshkovitz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/MrMoshkovitz/gm-claude/tree/main/all-skills/skills/document-skills/xlsx
Command: npx skills add https://github.com/MrMoshkovitz/gm-claude --skill xlsx-mrmoshkovitz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openpyxl, pandas, LibreOffice.

What problem does it solve?

This Skill automates complex spreadsheet tasks, from creation and data analysis to formula management and error checking, eliminating manual effort and ensuring data accuracy.

Core Features & Use Cases

  • Dynamic Spreadsheet Creation: Generate new Excel files with formulas, formatting, and data.
  • Data Analysis & Modification: Read, analyze, and modify existing spreadsheets while preserving formulas.
  • Formula Recalculation & Validation: Automatically recalculate formulas and identify errors using LibreOffice.
  • Use Case: Need to generate a quarterly financial report in Excel? This skill can create the spreadsheet, populate it with data, add complex formulas, and ensure all calculations are error-free, saving hours of manual work.

Quick Start

Create a new Excel file named 'sales_report.xlsx' with two columns: 'Month' and 'Revenue'. Add data for January to March, and a formula to sum the total revenue.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I automate Excel spreadsheet creation with formulas and formatting?

Automate Excel spreadsheet creation by using openpyxl to generate .xlsx files with formulas, data, and formatting applied programmatically. This Skill creates new workbooks with proper formula syntax, number formatting, and color standards, eliminating manual entry and ensuring calculations are error-free from the start.

Can I modify existing Excel files while preserving formulas and templates?

Yes, this Skill reads and modifies existing spreadsheets while preserving all formulas and adhering to established templates and conventions. It maintains data integrity by updating values and structure without overwriting formula logic or breaking existing formatting standards.

How do I validate and recalculate formulas in Excel workbooks?

Validate formulas by using LibreOffice-based recalculation to automatically check for formula errors and recompute values across .xlsx, .xlsm, .csv, and .tsv formats. This catches calculation mistakes and ensures accuracy before sharing or analyzing the workbook.

What file formats does Excel spreadsheet automation support?

Spreadsheet automation supports .xlsx, .xlsm, .csv, and .tsv formats, allowing you to work with modern Excel files, macro-enabled workbooks, and delimited text files. All formats preserve formulas and formatting conventions during read, edit, and recalculation operations.

Can I use pandas with openpyxl for financial modeling and data analysis?

Yes, pandas and openpyxl work together to enable financial modeling and data analysis in Excel. Pandas handles data transformation and analysis while openpyxl manages formula creation, formatting, and workbook structure for complex financial models and reports.

What's the best approach to generate quarterly financial reports in Excel automatically?

Generate quarterly financial reports by creating Excel files with formulas for calculations, applying number and color formatting standards, populating data programmatically, and validating all formulas using LibreOffice recalculation. This automates the entire report pipeline while ensuring zero calculation errors.