xlsx

Automate Excel spreadsheet creation, editing, and analysis with formula integrity across .xlsx, .xlsm, .csv, and .tsv.

10|3|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/rangerrick337/operator-os --skill xlsx-rangerrick337
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/rangerrick337/operator-os/tree/main/3.%20Skills/xlsx
Command: npx skills add https://github.com/rangerrick337/operator-os --skill xlsx-rangerrick337

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openpyxl.

What problem does it solve?

This Skill automates the creation, editing, and analysis of Excel spreadsheets to ensure formula integrity and consistent formatting, reducing manual toil and errors.

Core Features & Use Cases

  • Automate creation of spreadsheets with formulas and formatting.
  • Read, analyze, and transform data across .xlsx, .xlsm, .csv, and .tsv files.
  • Modify existing workbooks while preserving formulas, perform data analysis, and generate visualizations.

Quick Start

Use the xlsx skill to generate a new workbook named 'monthly_sales.xlsx' with a 12-month data table, a total row, and a simple year-to-date formula.

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

Automating Excel spreadsheet editing while preserving formulas involves modifying .xlsx and .xlsm workbooks without overwriting existing template logic. This Skill ensures formula integrity by documenting data sources, hardcodes, and enforcing Excel-native formulas for reproducible financial models and budgets.

Can I create a new .xlsx workbook with formulas and a total row from a script?

Yes, you can create a new .xlsx workbook with formulas and a total row from a script. This Skill automates workbook generation by applying Excel-native formulas, adding total rows, and enforcing consistent formatting for financial models and data-analysis workflows.

Does openpyxl support recalculating Excel formulas automatically?

While openpyxl handles reading and writing workbook structures, it does not natively recalculate formulas. This Skill supports a reproducible workflow that triggers formula recalculation via LibreOffice to ensure accurate calculated values for data analysis.

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

The best way to analyze data across .xlsx, .csv, and .tsv files is to use an automation tool that reads and transforms multiple formats. This Skill processes these file types to modify existing workbooks, perform data analysis, and generate visualizations.

How do I document data sources and hardcoded values in an Excel financial model?

To document data sources and hardcoded values in an Excel financial model, you need an automated workflow that tracks inputs and preserves template logic. This Skill automatically documents hardcodes and enforces Excel-native formulas to maintain reliable financial models.