minimax-xlsx

Create, read, edit, validate, and repair Excel and spreadsheet files with XML-based workbook construction.

16|12|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/AlekseiUL/heisenberg-team --skill minimax-xlsx-alekseiul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimax-xlsx
Source: https://github.com/AlekseiUL/heisenberg-team/tree/main/skills/minimax-xlsx
Command: npx skills add https://github.com/AlekseiUL/heisenberg-team --skill minimax-xlsx-alekseiul

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Minimax XLSX handles spreadsheet tasks that are usually painful to automate—building new workbooks, reading and analyzing tabular data, editing existing .xlsx/.xlsm, and validating or repairing formulas—while preserving calculation integrity.

Core Features & Use Cases

  • Create production-quality Excel files from an XML template while enforcing a formula-first rule for all derived values.
  • Read & Analyze Excel/CSV/TSV files using structured discovery plus pandas-based analysis for summaries, validation checks, and tabular insights.
  • Edit & Fix existing workbooks via unpack → targeted XML edits → repack (no openpyxl round-trips), including repairing broken formulas and running static formula validation.

Quick Start

Use the minimax-xlsx skill to create or update the requested spreadsheet output with correct Excel formulas and validated structure.

Frequently Asked Questions about minimax-xlsx

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

FAQPage Schema
How do I edit existing xlsx files without losing formatting or breaking formulas?

To edit xlsx files without losing formatting, this skill unpacks the workbook and applies targeted XML edits before repacking, avoiding openpyxl round-trips. This zero-format-loss method preserves pivot tables and financial models while running static formula validation to ensure calculation integrity.

What is the best way to automate building financial models in Excel?

Automating financial models in Excel requires a formula-first approach for derived values. This skill constructs production-quality workbooks from XML templates, enforcing deterministic XML-based rules to ensure all generated formulas calculate correctly for financial reporting.

How does pandas analysis work for validating spreadsheet data?

Pandas analysis for validating spreadsheet data works by combining structured file discovery with tabular summaries. This process reads Excel and CSV files to extract insights, run validation checks, and ensure data integrity without altering the original workbook structure.

Can I use this to repair broken Excel formulas in existing xlsm files?

Yes, you can repair broken Excel formulas in existing xlsm files. The skill performs targeted XML edits to correct formula errors and runs static formula validation, optionally using LibreOffice recalculation to verify that the repaired formulas produce accurate results.

When do I need XML editing for spreadsheet automation instead of standard libraries?

XML editing for spreadsheet automation is needed when standard libraries cause format loss or break complex formulas during round-trips. This approach directly modifies the underlying XML structure, preserving strict sheet rules for pivot-table and financial-model documents.

Does this approach support data validation for CSV and TSV tabular data?

Yes, this approach supports data validation for CSV and TSV tabular data. It reads various tabular formats using structured discovery and applies pandas-based analysis to generate summaries and validation checks, ensuring accurate outputs for user requests.