xlsx

Automate spreadsheet editing, cleaning, and format conversion across XLSX, CSV, and TSV.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Speirsy11/trading_bot_platform --skill xlsx-speirsy11
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/Speirsy11/trading_bot_platform/tree/main/skills/xlsx
Command: npx skills add https://github.com/Speirsy11/trading_bot_platform --skill xlsx-speirsy11

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manual spreadsheet editing, cleaning, and format conversion are time-consuming and error-prone; this skill automates those tasks across XLSX, CSV, and TSV inputs to produce clean, ready-to-use spreadsheets.

Core Features & Use Cases

  • Open, read, edit, format, and tidy spreadsheets across XLSX, CSV, and TSV formats.
  • Create new spreadsheets from data sources or transform existing ones, including adding columns and applying formulas.
  • Convert between tabular formats (e.g., CSV to XLSX, TSV to CSV) and clean messy data into proper spreadsheets.
  • Example: clean a messy CSV and export as XLSX.

Quick Start

Process a sample file named data.csv to produce data.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 export it as XLSX?▼

You can automate data cleaning and format conversion by loading operational instructions that open, read, tidy, and convert your CSV inputs into a clean XLSX spreadsheet automatically.

What's the best way to convert a TSV file to CSV without manual editing?▼

Converting TSV to CSV is handled by applying automated transformation workflows that read the source file and output a properly formatted spreadsheet without manual editing.

Can I add new columns and apply formulas to an existing XLSX spreadsheet?▼

Yes, you can edit existing spreadsheets by creating new sheets, adding columns, and applying formulas to transform your XLSX data into a ready-to-use format.

Does this approach work with XLSX, CSV, and TSV formats interchangeably?▼

Yes, the automation works across XLSX, CSV, and TSV formats to open, read, edit, and tidy tabular data interchangeably for consistent data transformation.

How do I tidy malformed data in a spreadsheet without fixing rows manually?▼

Tidying malformed data is automated by loading instructions that read your messy spreadsheet inputs and apply transformations to produce clean, structured tabular outputs.

What do I need to parse and edit spreadsheets that have malformed XML structures?▼

Parsing malformed spreadsheet XML relies on defusedxml and lxml dependencies to safely load and process XLSX files, ensuring secure reading and editing of tabular data.