xlsx

Automate spreadsheet manipulation and data cleaning with pandas and openpyxl.

321|26|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/mkurman/tamux --skill xlsx-mkurman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/mkurman/tamux/tree/main/skills/scientific-skills/xlsx
Command: npx skills add https://github.com/mkurman/tamux --skill xlsx-mkurman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the repetitive and error-prone tasks involved in spreadsheet work, such as opening, reading, editing, formatting, formula computation, and data cleaning, when the deliverable is a spreadsheet file.

Core Features & Use Cases

  • Open, read, edit, format, and compute formulas across .xlsx, .xlsm, .csv, and .tsv files.
  • Convert between tabular formats and streamline data cleaning and restructuring.
  • Triggered when a user references a spreadsheet by name or path (e.g., "the xlsx in my downloads"), ensuring the primary deliverable remains a spreadsheet.

Quick Start

Provide the spreadsheet file path and specify the operation you want to perform (e.g., add a column, apply a formula, or convert formats).

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I automate spreadsheet data cleaning and formula computation?

Automate spreadsheet data cleaning and formula computation by providing the file path and specifying operations like adding columns or applying formulas. This Skill uses Python libraries like pandas and openpyxl to read, edit, and write tabular data while preserving the spreadsheet deliverable.

Can I convert CSV or TSV files to XLSX format?

Yes, you can convert CSV or TSV files to XLSX format. This Skill opens, reads, and converts between common tabular formats including .xlsx, .xlsm, .csv, and .tsv while preserving the spreadsheet output structure.

How do I edit and format an Excel file without losing existing data?

To edit and format an Excel file without losing data, reference the spreadsheet by name or path and specify the formatting operation. Using openpyxl and pandas, the Skill reads, modifies, and writes the spreadsheet while preserving the primary deliverable.

Does this spreadsheet automation tool require Python libraries to run?

Yes, this spreadsheet automation tool relies on Python libraries to function. It specifically uses pandas and openpyxl under the hood to handle opening, reading, editing, formatting, and charting tasks across supported tabular file formats.

What is the best way to automate adding columns and formulas to a spreadsheet?

The best way to automate adding columns and formulas to a spreadsheet is to provide the file path and specify the exact operations needed. The Skill computes formulas and restructures data cleaning tasks automatically when a spreadsheet is the primary deliverable.