xlsx

Process and transform spreadsheet data across .xlsx, .xlsm, .csv, and .tsv formats.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Qiue-G/Claw-X --skill xlsx-qiue-g
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/Qiue-G/Claw-X/tree/main/.openclaw/skills/xlsx
Command: npx skills add https://github.com/Qiue-G/Claw-X --skill xlsx-qiue-g

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openpyxl, pandas.

What problem does it solve?

This skill reduces the friction of working with spreadsheet data by providing a consistent, automateable workflow for opening, reading, editing, and validating inputs, and producing well-formed outputs across common spreadsheet formats.

Core Features & Use Cases

  • Open, read, edit, and fix .xlsx, .xlsm, .csv, and .tsv files with formula-ready structures.
  • Place formulas in worksheet cells to ensure automatic recalculation and reproducibility.
  • Format, consolidate, and export polished spreadsheets for reporting, data analysis, and collaboration.

Quick Start

Provide a plain-language instruction requesting a ready-to-use, formatted spreadsheet from a dataset or template.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I clean and export spreadsheet data into a formatted Excel file?

To clean and export spreadsheet data into a formatted Excel file, this skill reads, validates, and shapes inputs from .xlsx, .xlsm, .csv, and .tsv formats, then exports a polished deliverable with cell-defined formulas for automatic recalculation.

Can I write Excel formulas directly into cells instead of computing values in Python?

Yes, you can write Excel formulas directly into worksheet cells. The skill places formulas in cells rather than computing them in Python, ensuring automatic recalculation and reproducibility across your spreadsheet outputs.

Does this skill work with .csv and .tsv files as well as .xlsx formats?

Yes, this skill works with .csv and .tsv files as well as .xlsx and .xlsm formats. It opens, reads, edits, and fixes these spreadsheet inputs using pandas and openpyxl to produce well-formed, formula-ready structures.

What is the best way to automate data cleaning and formatting for Excel reporting?

The best way to automate data cleaning and formatting for Excel reporting is using this skill's consistent workflow, which transforms raw inputs, validates data, and exports consolidated, polished spreadsheets ready for analysis and collaboration.

Do I need pandas and openpyxl installed to process spreadsheet files?

Yes, you need pandas and openpyxl installed to process spreadsheet files. These Python libraries are required dependencies for the skill to manipulate, validate, and export spreadsheets across the supported formats.

Why put formulas in worksheet cells instead of calculating values in Python?

Putting formulas in worksheet cells instead of calculating values in Python preserves native spreadsheet functionality, ensuring automatic recalculation, reproducibility, and transparent reporting without relying on hardcoded outputs.