xlsx

Create, edit, and analyze spreadsheet workbooks across .xlsx, .xlsm, .csv, and .tsv formats with formula recalculation and error checking.

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/coco-research/coco --skill xlsx-coco-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/coco-research/coco/tree/main/skills/xlsx
Command: npx skills add https://github.com/coco-research/coco --skill xlsx-coco-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of building, editing, analyzing, and repairing spreadsheets by combining reliable programmatic automation with interactive Excel Online workflows.

Core Features & Use Cases

  • Programmatic spreadsheet work: Create and modify .xlsx and .xlsm files with openpyxl or pandas, including formulas, formatting, charts, and structured analysis.
  • Interactive Excel Online tasks: Use browser-based workflows for pivot tables, collaboration, sorting, filtering, data validation, and visual reporting.
  • Accuracy and model integrity: Preserve existing templates, enforce professional formatting standards, and recalculate formulas to detect and eliminate spreadsheet errors.
  • Use case: Turn raw sales exports into a polished workbook with cleaned data, summary formulas, consistent styling, and a verified final result.

Quick Start

Use the xlsx skill to create, edit, or analyze the attached spreadsheet while preserving formulas, formatting, and validation.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I create an .xlsx spreadsheet with formulas and formatting?

To create an .xlsx spreadsheet with formulas and formatting, you can programmatically generate or modify workbooks using openpyxl and pandas. This approach structures raw data, applies consistent styling, and enforces professional formatting standards automatically.

Can I build pivot tables and charts in Excel Online workflows?

Yes, you can build pivot tables and charts in Excel Online workflows using browser-based automation. Interactive Playwright workflows support sorting, filtering, data validation, and visual reporting to produce polished spreadsheet outputs.

What is the best way to fix spreadsheet errors and broken formulas?

The best way to fix spreadsheet errors and broken formulas is to recalculate them programmatically. This technique detects inconsistencies, eliminates calculation errors, and preserves existing templates to deliver verified, accurate spreadsheet outputs.

Does this approach work with .csv and .tsv files or only .xlsx formats?

Yes, this approach works with .csv and .tsv files in addition to .xlsx and .xlsm formats. It handles raw data exports by cleaning the data, applying summary formulas, and generating a polished workbook with consistent styling.

How do I edit an existing .xlsm file without losing data validation?

To edit an existing .xlsm file without losing data validation, programmatically modify the workbook while preserving existing templates and validation rules. This maintains model integrity and enforces professional formatting standards throughout the process.