spreadsheet

Create, edit, and analyze XLSX/CSV/TSV files with openpyxl and pandas.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/jetteim/platform-workstation-bootstrap --skill spreadsheet-jetteim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spreadsheet
Source: https://github.com/jetteim/platform-workstation-bootstrap/tree/main/agents/skills/codex-curated/spreadsheet
Command: npx skills add https://github.com/jetteim/platform-workstation-bootstrap --skill spreadsheet-jetteim

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automate spreadsheet creation, editing, and analysis to reduce manual data handling and error-prone workflows.

Core Features & Use Cases

  • Create and modify .xlsx/.csv/.tsv files using Python libraries (openpyxl, pandas) while preserving formulas and formatting.
  • Analyze data, generate summaries, and validate references across multiple sheets.
  • Visualize results and export back to familiar spreadsheet formats for sharing and reporting.

Quick Start

Create a starter workbook with two sheets and a simple calculated column to see formatting and formulas preserved.

Frequently Asked Questions about spreadsheet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I edit an XLSX file with Python without losing formulas and formatting?

To edit XLSX files with Python while preserving formulas and formatting, use openpyxl to load and manipulate the workbook. This approach maintains cell references, styles, and calculated columns during data cleaning and reporting workflows.

What is the best way to automate spreadsheet creation and analysis using Python?

The best way to automate spreadsheet creation and analysis with Python is using pandas and openpyxl. This combination generates summaries, validates references across sheets, and exports results back to familiar formats for reporting.

Can Python pandas read and write CSV and TSV files for data analysis workflows?

Yes, Python pandas can read and write CSV and TSV files for data analysis. It automates data cleaning, generates summaries, and exports manipulated data back to these familiar spreadsheet formats for sharing.

Does openpyxl support validating references across multiple sheets in a workbook?

Yes, openpyxl supports validating references across multiple sheets in a workbook. It loads the XLSX file structure, allowing you to programmatically check cross-sheet formulas and verify data integrity during analysis.

How do I generate a starter workbook with calculated columns using Python?

You generate a starter workbook with calculated columns using Python by applying openpyxl to create sheets and define formulas. This preserves the formatting and calculated structure for initial data reporting and analysis.