Xlsx

🌐Community
by tfriedel · vlatest · Repository

Extracts structured data and insights from complex Excel spreadsheets (.xlsx) for automated report generation and analysis.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add tfriedel-xlsx npx -- -y @trustedskills/tfriedel-xlsx
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "tfriedel-xlsx": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/tfriedel-xlsx"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The tfriedel-xlsx skill enables AI agents to work with Excel files (.xlsx) by reading, writing, and manipulating spreadsheet data. It supports operations like parsing cell values, formatting cells, and generating new spreadsheets based on structured input.

When to use it

  • Automating data entry or report generation from structured text inputs
  • Extracting specific data from large Excel files for analysis or transformation
  • Creating custom Excel templates dynamically based on user-defined parameters

Key capabilities

  • Reading and writing .xlsx files
  • Manipulating cell values and formatting
  • Generating new spreadsheets from structured input

Example prompts

  • "Create an Excel file with columns 'Name' and 'Score' using the following data: John - 95, Sarah - 88."
  • "Extract all rows where the 'Status' column is 'Completed' from this spreadsheet."
  • "Format the 'Date' column in this Excel sheet to match the MM/DD/YYYY format."

Tips & gotchas

  • Ensure input data is well-structured for accurate spreadsheet generation.
  • File size limitations may apply when working with very large .xlsx files.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
tfriedel
Installs
1.6k

🌐 Community

Passed automated security scans.