xlsx

Create, edit, and analyze spreadsheets with formulas across .xlsx, .xlsm, .csv, and .tsv formats.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/hungson175/shared-claude-config --skill xlsx-hungson175
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/hungson175/shared-claude-config/tree/main/skills/xlsx
Command: npx skills add https://github.com/hungson175/shared-claude-config --skill xlsx-hungson175

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces the manual effort and errors involved in creating, updating, and analyzing spreadsheets across formats. It enables you to maintain formulas, formatting, and data integrity while handling large data sets and multiple workbook types.

Core Features & Use Cases

  • Create new spreadsheets with formulas, formatting, and structured data.
  • Read, analyze, and summarize data from .xlsx, .xlsm, .csv, and .tsv files.
  • Modify existing spreadsheets while preserving existing formulas and workbook conventions.
  • Perform data analysis and generate visualizations within the spreadsheet context.
  • Recalculate formulas to reflect data changes automatically across sheets and formats.

Quick Start

Use the xlsx skill to create a new workbook named "analysis.xlsx" with a table of monthly sales and a SUM formula for total, and apply bold headers and currency formatting where appropriate.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I modify an existing xlsx file while preserving formulas?

To modify an existing xlsx file while preserving formulas, this skill uses openpyxl to read and update workbook data. It maintains your existing formulas, formatting, and workbook conventions while applying changes to the spreadsheet data.

Can I create spreadsheets with formulas and formatting using pandas?

Yes, you can create spreadsheets with formulas and formatting. While pandas handles data manipulation, this skill leverages openpyxl alongside it to generate new workbooks with structured data, SUM formulas, bold headers, and currency formatting.

Does this spreadsheet analysis tool support csv and tsv files?

Yes, this spreadsheet analysis tool supports csv and tsv files in addition to xlsx and xlsm formats. It can read, analyze, and summarize data across all these formats, and recalculates formulas to reflect data changes automatically.

What's the best way to analyze Excel data and generate visualizations?

The best way to analyze Excel data and generate visualizations is using this skill's integrated pandas and openpyxl workflow. It reads your datasets, performs data analysis, and generates visualizations directly within the spreadsheet context.

Do I need openpyxl and pandas to run automated spreadsheet workflows?

Yes, you need both openpyxl and pandas to run these automated spreadsheet workflows. They are required within a lightweight Python environment to read, write, manipulate Excel files, and recalculate formulas across multiple sheets and formats.