Back to skills

minimax-xlsx

data

Handles Excel and CSV/TSV files through direct XML manipulation rather than library round-trips. Covers reading, creating from scratch, editing existing files without format loss, formula repair, and

Setup & Installation

npx skills add https://github.com/MiniMax-AI/minimax-xlsx --skill minimax-xlsx
or paste the link and ask your coding assistant to install it
https://github.com/MiniMax-AI/minimax-xlsx
View on GitHub

What This Skill Does

Handles Excel and CSV/TSV files through direct XML manipulation rather than library round-trips. Covers reading, creating from scratch, editing existing files without format loss, formula repair, and validation. Applies financial formatting standards including formula-based calculations and color-coded cell roles. Unlike openpyxl round-trips that corrupt VBA macros, pivot tables, and sparklines, this skill edits the underlying XML directly so existing formatting and features survive.

When to use it

  • Working with minimax xlsx functionality
  • Implementing minimax xlsx features
  • Debugging minimax xlsx related issues