minimax-xlsx

Create, edit, and validate XLSX workbooks via direct OOXML manipulation.

30|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/qianleigood/crawclaw --skill minimax-xlsx-qianleigood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimax-xlsx
Source: https://github.com/qianleigood/crawclaw/tree/main/skills-optional/minimax-xlsx
Command: npx skills add https://github.com/qianleigood/crawclaw --skill minimax-xlsx-qianleigood

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The MiniMax XLSX Skill provides a robust workflow for creating, reading, editing, validating, and repairing Excel workbooks by manipulating the underlying OOXML XML directly, ensuring workbook integrity without relying on libraries that may drop content.

Core Features & Use Cases

  • End-to-end workbook lifecycle: unpack, modify, pack with strict validation.
  • Formula validation and cross-sheet references with deterministic XML edits.
  • Reproducible templates and safe packaging for production-grade XLSX artifacts.

Quick Start

Unpack a workbook, apply edits via the XML, then pack and validate.

Frequently Asked Questions about minimax-xlsx

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

FAQPage Schema
How do I edit an XLSX workbook without losing formulas and cross-sheet references?

To edit XLSX workbooks without losing formulas, unpack the file and modify the underlying OOXML XML directly. This approach ensures durable edits and preserves cross-sheet references without relying on libraries that may drop content during rewrites.

What is OOXML workflow for Excel files and when do I need it?

OOXML workflow for Excel files involves directly unpacking, modifying, and packing the XML structure inside an XLSX file. You need it when you require strict workbook integrity, explicit formula validation, and reproducible templates without OpenPyxl rewrites.

Does OpenPyxl drop content when modifying Excel files?

OpenPyxl can sometimes drop content or alter workbook integrity during rewrites. Using a pure OOXML workflow instead applies deterministic XML edits to ensure formula validation and safe packaging for production-grade XLSX artifacts.

How do I validate formulas and cross-sheet references in an XLSX file?

You validate formulas and cross-sheet references in an XLSX file by applying static formula checks after unpacking the workbook. This deterministic process verifies formula integrity and cross-sheet referencing before packing the final XLSX artifact.

Do I need pandas and openpyxl installed to use this XLSX workflow?

Yes, pandas and openpyxl are required dependencies for this XLSX workflow. While the core modifications use a pure OOXML approach, these libraries provide the necessary environment setup for data manipulation and script execution.

What's the best way to automate end-to-end XLSX workbook creation and packaging?

The best way to automate XLSX workbook creation and packaging is using a deterministic unpack, modify, and pack workflow with strict validation. This method applies static formula checks and safety gatekeeping to generate reproducible, production-grade Excel artifacts.