excel-generator

Generate .xlsx spreadsheets with formulas, charts, and data validation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/aqeelalamfca-sys/Test-Audit --skill excel-generator-aqeelalamfca-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: excel-generator
Source: https://github.com/aqeelalamfca-sys/Test-Audit/tree/main/.local/secondary_skills/excel-generator
Command: npx skills add https://github.com/aqeelalamfca-sys/Test-Audit --skill excel-generator-aqeelalamfca-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of complex Excel spreadsheets, including data, formulas, formatting, charts, and data validation, eliminating manual spreadsheet creation.

Core Features & Use Cases

  • Dynamic Spreadsheet Creation: Generate .xlsx files from scratch or by modifying existing ones.
  • Advanced Formatting: Apply styles, number formats, conditional formatting, and data bars.
  • Formulas & Charts: Embed Excel formulas and create various chart types directly within the spreadsheet.
  • Data Validation: Implement dropdown lists and other validation rules.
  • Use Case: Automatically generate a monthly sales report with dynamic charts, calculated revenue, and product data validation dropdowns.

Quick Start

Use the excel-generator skill to create a new spreadsheet named 'output.xlsx' with sales data and formulas.

Frequently Asked Questions about excel-generator

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

FAQPage Schema
How do I automate Excel spreadsheet generation with formulas and charts?

You can generate Excel spreadsheets with pandas DataFrames by passing DataFrame data to openpyxl or xlsxwriter, enabling efficient data handling and automated structured report generation within your .xlsx files.

Can I use pandas DataFrames to generate Excel files with formatting?

You can generate Excel spreadsheets with pandas DataFrames by passing DataFrame data to openpyxl or xlsxwriter, enabling efficient data handling and automated structured report generation within your .xlsx files.

Does openpyxl support adding data validation and conditional formatting to spreadsheets?

openpyxl supports adding data validation rules like dropdown lists and applying conditional formatting or data bars to spreadsheets, ensuring structured and validated data presentation in generated .xlsx files.

What's the best way to modify existing .xlsx files with new styles and formulas?

The best way to modify existing .xlsx files is using Python libraries like openpyxl to load the workbook, apply new styles and number formats, embed formulas, and save the updated spreadsheet without losing existing data.

How do I create dynamic Excel sales reports with calculated revenue and product dropdowns?

Create dynamic Excel sales reports by combining pandas for data integration, openpyxl for calculated revenue formulas, and data validation dropdowns to ensure accurate product data entry in your generated spreadsheets.