xlsx

Convert and transform spreadsheet data between .xlsx, .csv, and .tsv files.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Jacksonhuf/AxiMate --skill xlsx-jacksonhuf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/Jacksonhuf/AxiMate/tree/main/integrations/ripple/copaw/src/copaw/agents/skills/xlsx
Command: npx skills add https://github.com/Jacksonhuf/AxiMate --skill xlsx-jacksonhuf

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the tedious tasks of preparing, cleaning, formatting, and transforming spreadsheet data across common formats (xlsx, csv, tsv), eliminating manual, error-prone steps.

Core Features & Use Cases

  • Open, read, edit, format, and clean spreadsheets in .xlsx, .xlsm, .csv, and .tsv formats.
  • Create new workbooks from data sources or convert between tabular formats for sharing or analysis.
  • Use case: convert a messy CSV dump to a clean workbook with consistent headers, formulas preserved, and ready-to-analyze data.

Quick Start

Process input.xlsx to produce cleaned_output.xlsx.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I automate cleaning and formatting messy CSV data into an Excel workbook?

You can automate cleaning and formatting messy CSV data into an Excel workbook by using pandas and openpyxl to transform tabular data, preserve formulas, and export a finalized .xlsx file with consistent headers.

What is the best way to convert spreadsheets between xlsx, csv, and tsv formats?

The best way to convert spreadsheets between xlsx, csv, and tsv formats is to use an automation script that reads the source file with pandas and writes the output format while preserving data integrity.

Does openpyxl preserve formulas when editing and transforming xlsx files?

Yes, openpyxl preserves formulas when editing and transforming xlsx files, ensuring that your calculated cells remain intact during automated data preparation and workbook formatting.

How do I prepare spreadsheet data for analysis without manual formatting steps?

You can prepare spreadsheet data for analysis without manual formatting by running automated scripts that open, clean, and format the data, applying consistent headers and structure for immediate use.

Can I use pandas to read and edit xlsm files without breaking existing formulas?

Yes, you can use pandas alongside openpyxl to read and edit xlsm files, relying on the library's deterministic data processing to maintain data integrity and preserve existing formulas during transformations.

Are there limitations when converting tsv files to xlsx with automated data cleaning?

Limitations when converting tsv files to xlsx involve ensuring proper encoding and delimiter handling, though using defusedxml and pandas mitigates security risks and maintains data structure during the transformation.