Spreadsheets (XLSX)

Repository Docs
excelxlsxspreadsheetscsvdata-cleaning

Summary

Open, create, and edit spreadsheets — formulas, formatting, charts, data cleaning, and CSV/TSV conversion.

Features

  • Read and edit existing spreadsheets
  • Compute formulas and add columns
  • Apply formatting and build charts
  • Clean and restructure messy tabular data
  • Convert between XLSX, CSV, and TSV

Install This Skill

Add this skill to your favorite AI agent in a few steps.

Any AI agent

This skill is plain instructions — it works with any assistant that accepts custom instructions or system prompts.

  1. Copy the skill content with the button below.
  2. Paste it into your agent's instruction file or system prompt (for example AGENTS.md, .cursorrules, or a custom instructions field).
  3. Ask the agent to apply the skill whenever the task matches.

Skill Content

Markdown Content

Copy this content and use it with your preferred AI agent

# Spreadsheet Skill

Use this skill whenever a spreadsheet file is the primary input or output.

## When to use
- Opening, reading, editing, or fixing an existing `.xlsx`/`.csv`/`.tsv`
- Adding columns, computing formulas, formatting, or charting
- Creating a new spreadsheet from scratch or from other data
- Cleaning messy tabular data (malformed rows, stray headers) into a proper sheet
- Converting between tabular formats

## How it works
The skill uses `openpyxl` and pandas-style processing to preserve formulas, number formats, and charts through edits, and applies data-cleaning heuristics to turn raw exports into structured sheets.

Description

A skill for spreadsheet work where an .xlsx, .xlsm, .csv, or .tsv file is the primary input or output. It reads and edits existing spreadsheets (adding columns, computing formulas, formatting, charting), builds new ones from scratch or other data sources, cleans messy tabular data into well-formed sheets, and converts between tabular formats.

Related Skills

Browse all skills →