xlsx

Automate spreadsheet editing and conversion across Excel and CSV formats.

6|1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/endearqb/kimi-app --skill xlsx-endearqb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/endearqb/kimi-app/tree/main/skills/xlsx
Command: npx skills add https://github.com/endearqb/kimi-app --skill xlsx-endearqb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates routine spreadsheet tasks across Excel and CSV formats to replace repetitive manual editing, enabling you to quickly open, read, edit, and fix data while ensuring deliverables are consistently well-formed spreadsheets.

Core Features & Use Cases

  • Open, read, edit, clean, and transform tabular data across .xlsx, .xlsm, .csv, and .tsv formats.
  • Create new spreadsheets from scratch or from other data sources, and convert between tabular formats (xlsx, xlsm, csv, tsv).
  • Clean messy data (malformed rows, misaligned headers, junk data) and restructure it into proper spreadsheets ready for sharing.

Quick Start

Use the xlsx skill to clean a messy CSV file and save the result as a new workbook, e.g., cleaned.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 messy CSV data and converting it to xlsx?

Automating CSV data cleaning and converting it to xlsx involves opening the malformed source file, fixing misaligned headers and junk rows, restructuring the tabular data, and exporting the result as a valid spreadsheet file.

What is the best way to convert a spreadsheet between xlsx, xlsm, csv, and tsv formats?

The best way to convert between xlsx, xlsm, csv, and tsv formats is to use an automated transformation workflow that reads the source tabular data and outputs a valid spreadsheet file in the desired target format.

Can I automatically generate a new spreadsheet from an existing data source?

Yes, you can automatically generate a new spreadsheet from an existing data source by reading the raw data, applying the necessary transformation and formatting rules, and saving the output as a properly structured xlsx or csv file.

Does this spreadsheet automation approach handle malformed rows and misaligned headers?

Yes, this spreadsheet automation approach reliably handles malformed rows, misaligned headers, and junk data by cleaning the messy input and restructuring it into a proper, well-formed spreadsheet ready for sharing.