xlsx

Automate spreadsheet creation, editing, and analysis across .xlsx, .csv, and .tsv files.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/mattismyname3011/school-council-election --skill xlsx-mattismyname3011
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/mattismyname3011/school-council-election/tree/main/skills/document-skills/xlsx
Command: npx skills add https://github.com/mattismyname3011/school-council-election --skill xlsx-mattismyname3011

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the tedious, error-prone process of creating, editing, and analyzing spreadsheets by providing programmatic control over workbook generation, formula preservation, data ingestion, and visualization.

Core Features & Use Cases

  • Workbook creation with formulas and formatting
  • Data ingestion and analysis across .xlsx, .csv, and .tsv
  • Template updates without altering existing formulas
  • Data visualization and reporting

Quick Start

Create a new workbook named 'sample.xlsx' with a header row and a basic formula, then save it to disk.

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 without losing existing formulas?

Automate spreadsheet creation by programmatically generating workbooks with formulas and formatting. You can update existing templates without altering or breaking current formulas, reducing manual Excel work and errors.

What is the best way to read and analyze data across .xlsx, .csv, and .tsv files?

Analyze data across .xlsx, .csv, and .tsv files by programmatically ingesting and reading the information. This approach handles data ingestion and analysis automatically, preventing manual alignment errors and streamlining reporting.

How does spreadsheet recalculation work when updating Excel templates programmatically?

Spreadsheet recalculation works by using Python tooling to manage workbooks and LibreOffice with recalc.py to recalculate values. This process preserves formulas while ensuring updated data is accurately computed and documented.

Can I use Python to generate new workbooks with formulas and visualize the results?

Yes, you can use Python tooling to generate new workbooks with formulas and visualize the results. This allows for automated data visualization and reporting directly from the ingested spreadsheet data.

Does openpyxl support updating templates and preserving formulas in .xlsx files?

Yes, openpyxl is used to manage workbooks and preserve formulas in .xlsx files. It enables programmatic template updates without altering existing formulas, ensuring spreadsheet automation works reliably.