minimax-xlsx

Open, read, edit, analyze, and validate XLSX workbooks via an XML pipeline.

1.3k|126|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/poco-ai/poco-claw --skill minimax-xlsx-poco-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimax-xlsx
Source: https://github.com/poco-ai/poco-claw/tree/main/backend/assets/skills/minimax-xlsx
Command: npx skills add https://github.com/poco-ai/poco-claw --skill minimax-xlsx-poco-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas.

What problem does it solve?

Automates comprehensive XLSX file handling (open, read, edit, analyze, and validate spreadsheets).

Core Features & Use Cases

  • Open, read, modify and validate Excel workbooks using an XML-based unpack/edit/pack workflow.
  • Create new workbooks from templates, update formulas, analyze data, and validate cross-sheet references in financial models.
  • Designed for automation of repetitive spreadsheet tasks in finance, accounting, and data analysis.

Quick Start

Describe the XLSX task (opening, editing, analyzing, or validating a workbook) and minimax-xlsx will execute the operation end-to-end.

Frequently Asked Questions about minimax-xlsx

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

FAQPage Schema
How do I automate repetitive Excel data analysis and validation tasks?

You can automate repetitive Excel data analysis by describing the opening, editing, and validation tasks. The system executes operations end-to-end using an XML-based unpack/edit/pack workflow with Python scripts.

Can I update formulas and validate cross-sheet references in financial models?

Yes, you can update formulas and validate cross-sheet references in financial models. The solution handles workbook modifications and performs static and dynamic validation directly through its XML-based pipeline.

How do I create new Excel workbooks from templates programmatically?

To create new Excel workbooks from templates, describe the creation task. The tool unpacks the template XLSX file, edits the underlying XML structure, and packs it into a new workbook automatically.

Does this XLSX automation approach work with pandas for data analysis?

Yes, XLSX automation works with pandas as it is a required dependency. The solution uses pandas alongside its pure XML-based pipeline to read, edit, and analyze spreadsheet data efficiently.

What is the best way to customize styles and manage strings in XLSX files?

The best way to customize styles and manage strings in XLSX files is through the XML-based unpack/edit/pack workflow. It allows direct manipulation of spreadsheet XML elements for style customization and string management.

Are there limitations when editing spreadsheets through an XML pipeline instead of Excel?

Editing spreadsheets through an XML pipeline requires understanding the unpack/edit/pack process. It is designed for automating finance and accounting tasks but may lack real-time interactive calculation features found in native Excel applications.