xlsx

Create, edit, and analyze .xlsx, .csv, and .tsv spreadsheet files.

1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/statick88/dotfiles --skill xlsx-statick88
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/statick88/dotfiles/tree/main/amp/.agents/skills/xlsx
Command: npx skills add https://github.com/statick88/dotfiles --skill xlsx-statick88

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, openpyxl, defusedxml, lxml, office, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill empowers users to create, edit, and analyze spreadsheet files (.xlsx, .csv, .tsv) with unparalleled efficiency, transforming raw data into actionable insights and polished reports.

Core Features & Use Cases

  • Data Manipulation: Add columns, compute formulas, format cells, and clean messy tabular data using Python's pandas and openpyxl libraries.
  • Formula Integrity: Ensures all Excel formulas are error-free and dynamically recalculate using LibreOffice integration.
  • Use Case: Convert a messy CSV file with inconsistent formatting into a clean, professional Excel spreadsheet with correct formulas and data types, ready for financial modeling.

Quick Start

Use the xlsx skill to read the data from the file named 'sales_data.xlsx'.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I clean messy CSV data and convert it to an Excel spreadsheet with formulas?

To clean messy CSV data and convert it to an Excel spreadsheet, you can use this tool to standardize formatting, correct data types, and compute formulas. It transforms inconsistent tabular files into polished, analysis-ready xlsx reports.

Can I add columns and compute formulas in an existing xlsx file using Python?

Yes, you can add columns and compute formulas in an existing xlsx file using Python. The tool leverages pandas for data manipulation and openpyxl for formula integration, allowing dynamic updates to your spreadsheet structure and calculations.

How does Excel formula recalculation and error checking work without opening the application?

Excel formula recalculation and error checking work without opening the application by using LibreOffice integration. This ensures all formulas are dynamically recalculated and error-free directly within the backend processing environment.

What is the best way to convert between different tabular file formats like xlsx, csv, and tsv?

The best way to convert between tabular file formats like xlsx, csv, and tsv is through automated script execution. This tool directly translates data structures between formats while preserving column integrity and applying necessary formatting.

Do I need LibreOffice installed to format cells and chart spreadsheet data?

You need LibreOffice installed specifically to recalculate formulas and perform error checking. Basic cell formatting and charting are handled directly through openpyxl, but advanced formula integrity requires the LibreOffice environment.

Why does my spreadsheet automation fail when processing inconsistent tabular data?

Spreadsheet automation fails when processing inconsistent tabular data due to misaligned columns or unrecognized data types. This tool resolves these limitations by standardizing messy data structures through pandas before applying formatting and formulas.