xlsx

Clean, format, and compute formulas in spreadsheet files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates repetitive spreadsheet workflows, reducing manual editing work by handling common operations on .xlsx, .xlsm, .csv, and .tsv files, such as cleaning data, applying formulas, and formatting, and producing a final spreadsheet deliverable.

Core Features & Use Cases

  • Open, read, and edit spreadsheets to clean messy data and restructure columns.
  • Compute and apply formulas, format cells, and convert between tabular formats (e.g., CSV to XLSX) in batch workflows.
  • Use case: you have a messy export in CSV and want to clean it, standardize headers, apply calculations, and save as a polished .xlsx.

Quick Start

Open a provided spreadsheet, perform cleaning, formatting, and formula updates, and save the updated workbook as the deliverable.

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 exports and convert them to a formatted xlsx file?

To clean messy CSV exports and convert them to xlsx, this Skill automates spreadsheet data cleaning, standardizes headers, applies calculations, and outputs a polished .xlsx workbook ready for use.

Can I apply Excel formulas and format cells in xlsx and xlsm files programmatically?

Yes, you can apply Excel formulas and format cells in xlsx and xlsm files. This Skill computes formulas and formats cells via deterministic OpenXML edits while preserving data integrity throughout the workbook.

Does this spreadsheet automation tool support csv and tsv files for data cleanup?

Yes, this spreadsheet automation tool supports csv and tsv files for data cleanup. It opens, reads, edits, and validates these tabular formats to restructure columns and produce a clean spreadsheet deliverable.

What is the best way to automate batch conversion of csv to xlsx with data validation?

The best way to automate batch conversion of csv to xlsx with data validation is using a Skill that applies deterministic operations via Excel formulas and OpenXML edits, ensuring data integrity and outputting a single formatted spreadsheet file.

Are there limitations when editing xlsm files compared to xlsx files for formula computation?

There are no stated limitations for editing xlsm files compared to xlsx for formula computation. Both formats are fully supported for opening, editing, validating, and applying deterministic operations to produce a clean workbook deliverable.