minimax-xlsx

Edit and validate Excel workbooks through OOXML XML editing.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/shiro123444/Minmaxskills --skill minimax-xlsx-shiro123444
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimax-xlsx
Source: https://github.com/shiro123444/Minmaxskills/tree/main/skills/minimax-xlsx
Command: npx skills add https://github.com/shiro123444/Minmaxskills --skill minimax-xlsx-shiro123444

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides an end-to-end, XML-centric workflow to create, read, edit, analyze, and validate Excel workbooks without OpenPyXL, enabling precise, production-grade manipulation of OOXML files.

Core Features & Use Cases

  • Brand-new workbook creation from a minimal template using direct XML edits and a pack step.
  • Surgical editing of existing workbooks with minimal, scoped changes via unpack/edit/pack.
  • Dynamic and static formula validation using dedicated scripts, plus packaging and revalidation as a finished deliverable.
  • Cross-sheet references, multi-sheet workflows, and consistent style/formatting using a predefined 13-slot style system.
  • Automated data-reading and analysis paths via the included scripts, supporting Excel/CSV data ingestion and transformation workflows.

Quick Start

Unpack a workbook, perform the required XML edits (data, formulas, or structure), then re-pack and validate the workbook.

Frequently Asked Questions about minimax-xlsx

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

FAQPage Schema
How do I edit Excel xlsx files without OpenPyXL for deterministic automation?

You can edit Excel xlsx files without OpenPyXL by unpacking the OOXML structure, modifying the underlying XML directly for surgical changes, and repacking the workbook into a finished deliverable.

What is the best way to validate Excel formulas through XML editing?

Validating Excel formulas through XML editing involves running a dedicated formula check script after modifying the unpacked OOXML files, supporting both static validation and optional dynamic recalculation before repacking.

Can I use pandas to read and analyze data from Excel workbooks edited via OOXML?

Yes, you can use pandas to read and analyze data from Excel workbooks, integrating data ingestion and transformation workflows with the XML-based pipeline for automated data analysis.

Does this XML-driven Excel automation approach support cross-sheet references and multi-sheet workflows?

Yes, XML-driven Excel automation supports cross-sheet references and multi-sheet workflows, allowing you to manipulate workbook structure and apply consistent formatting using a predefined style system across multiple sheets.

How do I create a brand-new Excel workbook from scratch using XML?

To create a new Excel workbook using XML, you start from a minimal template, perform direct XML edits to input data and formulas, and then execute a pack step to generate the final file.

What are the limitations of modifying Excel files through direct OOXML XML manipulation?

Modifying Excel files through direct OOXML manipulation requires precise XML editing and a strict unpack, edit, and pack workflow, meaning structural errors in the XML will result in an invalid or corrupt workbook deliverable.