Back to skills

xlsx

data

Reads, writes, and edits Excel and tabular files (.xlsx, .xlsm, .csv, .tsv). Uses pandas for data analysis and openpyxl for formula and formatting work. Includes LibreOffice-based recalculation to ver

Setup & Installation

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

What This Skill Does

Reads, writes, and edits Excel and tabular files (.xlsx, .xlsm, .csv, .tsv). Uses pandas for data analysis and openpyxl for formula and formatting work. Includes LibreOffice-based recalculation to verify formulas are error-free before delivery. Writing openpyxl scripts yourself rarely catches formula errors before you open the file — this runs LibreOffice recalculation automatically and returns the exact cell locations of any errors to fix.

When to use it

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