xlsx

Clean, format, and convert spreadsheet data across xlsx, csv, and tsv inputs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bbzsking/copaw --skill xlsx-bbzsking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/bbzsking/copaw/tree/main/src/qwenpaw/agents/skills/xlsx-en
Command: npx skills add https://github.com/bbzsking/copaw --skill xlsx-bbzsking

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the tedious process of cleaning, formatting, and converting spreadsheet data across formats (xlsx, csv, tsv) to deliver clean, analysis-ready outputs.

Core Features & Use Cases

  • Open, read, edit, and clean messy tabular data in .xlsx, .xlsm, .csv, and .tsv files.
  • Normalize headers, apply formatting, compute formulas, and convert between between tabular formats (e.g., XLSX to CSV).
  • Use cases include cleaning supplier data exports, standardizing sales data, and converting datasets for BI pipelines.

Quick Start

Clean the provided spreadsheet and export a sanitized CSV.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I clean messy spreadsheet data and convert xlsx to csv?

To clean spreadsheet data and convert xlsx to csv, this Skill automates normalizing headers, applying formatting, and transforming data across xlsx, csv, and tsv formats into analysis-ready outputs.

What is the best way to normalize headers and fix tabular data exports?

Normalizing headers and fixing tabular data exports involves restructuring messy tables, computing formulas, and applying deterministic transformations to deliver sanitized spreadsheet files.

Does this Skill work with tsv and xlsm files for data transformation?

Yes, this Skill works with tsv and xlsm files, opening, reading, and editing tabular data across xlsx, csv, and tsv inputs to deliver clean, converted spreadsheet outputs.

Can I standardize sales data and supplier exports without manual formatting?

You can standardize sales data and supplier exports without manual formatting by applying automated transformations that restructure messy tables and compute formulas into clean spreadsheet files.

What are the limitations of converting between csv and xlsx formats?

A limitation of converting between csv and xlsx formats is that outputs must be a spreadsheet file, relying on deterministic scripts to process data without non-tabular output generation.