xlsx

Create, read, edit, and convert xlsx, xlsm, csv, and tsv spreadsheet files.

2|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/Wizarck/nexandro --skill xlsx-wizarck
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/Wizarck/nexandro/tree/main/skills/xlsx
Command: npx skills add https://github.com/Wizarck/nexandro --skill xlsx-wizarck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Working with spreadsheet files programmatically is error-prone and tedious, especially when tasks involve editing existing workbooks, converting between tabular formats, or cleaning messy data. This Skill handles any task where a spreadsheet file is the primary input or output. ## Core Features & Use Cases - Read and Edit Spreadsheets: Open, inspect, and modify existing .xlsx, .xlsm, .csv, and .tsv files. - Create New Spreadsheets: Build workbooks from scratch or generate them from other data sources. - Format Conversion & Cleanup: Convert between tabular file formats and restructure messy data into proper spreadsheets. - Use Case: A user provides a messy CSV export from a legacy system and asks for a clean, well-structured Excel workbook with proper headers and data types. ## Quick Start Ask the assistant to open the attached sales-data.csv file and convert it into a formatted Excel workbook with cleaned columns.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I convert a CSV file to Excel xlsx format?▼

Provide the CSV file and request a conversion to xlsx. The skill reads the tabular data, preserves structure, and writes a properly formatted Excel workbook as output.

How do I clean messy spreadsheet data into a proper workbook?▼

Share the messy csv, tsv, or xlsx file and describe the desired structure. The skill restructures inconsistent rows, fixes headers, and produces a clean, well-organized spreadsheet.

What spreadsheet file formats are supported?▼

The skill supports .xlsx, .xlsm, .csv, and .tsv files as both inputs and outputs. It handles reading, editing, creating, and converting between these tabular formats.

Can I edit an existing Excel file instead of creating a new one?▼

Yes, existing .xlsx and .xlsm files can be opened and modified in place. You can update cell values, fix data issues, or restructure sheets while preserving the original workbook.

When should I use a spreadsheet skill versus manual editing?▼

Use it for bulk operations, format conversions, or cleaning large messy datasets where manual editing is slow and error-prone. For a single quick cell edit, a spreadsheet application may be faster.