XLSX
94TrustedShips scriptsSpreadsheet file manipulation, data cleaning, and formula integration.
What it does
Installing XLSX grants your assistant the capability to read, modify, and generate professional-grade spreadsheet files directly. It moves beyond simple text summaries by allowing the assistant to handle structured data, apply complex calculations, and output files that adhere to standard formatting conventions.
The tool is designed for tasks that require persistence in spreadsheet software. It ensures that formulas remain dynamic, document metadata is included, and existing file structures are preserved during edits.
When it earns its place
Reach for it when…
Use this skill for projects involving the programmatic adjustment of tabular data, such as applying bulk formulas to a dataset, restructuring messy imports into clean sheets, or creating template workbooks with explicit input zones and legends.
Look elsewhere when…
This skill is not suitable for generating static reports in Word or PDF formats, nor is it the correct choice for building automated database pipelines or querying live web APIs, even if the eventual goal is a data table.
What to say to use it
You never invoke a skill directly — the assistant picks it up when your request matches what it covers. These are the kinds of things that do that.
- can you add a formula to this spreadsheet to calculate the growth rate
- please fix the headers and remove the empty rows in my data file
- create a new excel sheet that summarizes this budget data
- i need to merge these two files into a single master worksheet
Install it
Install for all your projects
Copy the skill directory into your personal skills folder. Claude picks it up on its own the next time your request matches what it does — there is nothing to enable.
git clone --depth 1 --branch main https://github.com/anthropics/skills.git /tmp/skills
mkdir -p ~/.claude/skills
cp -r /tmp/skills/skills/xlsx ~/.claude/skills/xlsxInstall for one project only
Put it in the project's own skills folder instead, so it can be committed and shared with everyone working on that repository.
cp -r /tmp/skills/skills/xlsx .claude/skills/xlsxIf a skill of the same name exists in both places, the personal one wins.
Installing on Claude.ai or through the API instead? The full guide covers every surface.
Pair it with an MCP server
XLSX changes how the work is done. These servers change what Claude can reach while doing it.
- File System MCP Server46The skill knows how to read and build the document; File System MCP Server is what lets Claude reach the file on disk in the first place.
- Notion MCP Server73Pair it with Notion MCP Server when the documents you want processed live in a cloud drive rather than on your machine.
- Slack MCP Server80With Slack MCP Server connected, a finished document can go straight to the people who asked for it instead of being handed back to you first.