xlsx

Read, edit, convert, and generate Excel-compatible files from .xlsx, .xlsm, .csv, and .tsv inputs.

1.2k|164|Updated Jan 20, 2025
One-click install
npx skills add https://github.com/wanxingai/LightAgent --skill xlsx-wanxingai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/wanxingai/LightAgent/tree/main/skills/xlsx
Command: npx skills add https://github.com/wanxingai/LightAgent --skill xlsx-wanxingai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill eliminates repetitive spreadsheet chores by automating read, edit, formatting, and conversion tasks across XLSX, CSV, TSV, and other tabular formats.

Core Features & Use Cases

  • Open, read, edit, clean, format, and validate .xlsx, .xlsm, .csv, and .tsv files to ensure data integrity and consistent styling.
  • Create new spreadsheets from data sources or convert between tabular formats (e.g., CSV/TSV to Excel) and generate presentation-ready worksheets.
  • Real-world scenarios include cleaning messy data, applying formulas, and exporting polished workbooks for reporting.

Quick Start

Use the xlsx skill to transform input data into a clean, workbook-ready spreadsheet.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I automate spreadsheet data cleaning and formatting for xlsx files?

You can automate spreadsheet data cleaning and formatting for xlsx files by using automated scripts to read, edit, and validate tabular data, applying consistent styling and formulas to ensure data integrity across your worksheets.

What is the best way to convert CSV or TSV files into a formatted Excel workbook?

The best way to convert CSV or TSV files into a formatted Excel workbook is to use an automated conversion process that reads tabular data and generates presentation-ready xlsx worksheets with preserved formulas and applied formatting.

Can I create new spreadsheets with formulas from existing data sources?

Yes, you can create new spreadsheets with formulas from existing data sources by reading input data and generating new Excel-compatible workbooks that preserve functional formulas and apply necessary data validation.

Does spreadsheet automation work with xlsm files and preserve existing formulas?

Spreadsheet automation works with xlsm files and preserves existing formulas by reading the file structure, applying edits or formatting, and producing deterministic outputs that maintain the original formula logic.

What are the limitations of automating data validation in Excel-compatible workflows?

Limitations of automating data validation in Excel-compatible workflows include potential constraints with complex macro execution in xlsm files and dependencies on specific XML parsing libraries for handling heavily malformed tabular data inputs.

How do I read and edit xlsx files without losing my original formatting?

You can read and edit xlsx files without losing original formatting by using deterministic processing logic that opens the workbook, applies targeted modifications, and exports the file while preserving the existing styling and formulas.