Back to skills

spreadsheet

data

Handles spreadsheet creation, editing, and analysis for .xlsx, .csv, and .tsv files. Uses openpyxl for formatting-aware Excel work and pandas for data workflows. Recalculates formulas and renders shee

Setup & Installation

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

What This Skill Does

Handles spreadsheet creation, editing, and analysis for .xlsx, .csv, and .tsv files. Uses openpyxl for formatting-aware Excel work and pandas for data workflows. Recalculates formulas and renders sheets for visual review before delivery when tooling is available. Unlike pasting data into a script or using a generic code agent, this skill preserves existing formatting, uses proper cell references instead of hardcoded values, and renders sheets for visual inspection so layout issues are caught before the file is handed off.

When to use it

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