xlsx

Read, edit, format, and convert Excel-compatible files using openpyxl and pandas.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/HellKaiser45/Podlet --skill xlsx-hellkaiser45
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/HellKaiser45/Podlet/tree/main/.podlet/skills/xlsx
Command: npx skills add https://github.com/HellKaiser45/Podlet --skill xlsx-hellkaiser45

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates and streamlines spreadsheet tasks, enabling you to read, modify, format, and convert data across Excel-compatible file types without manual, repetitive work.

Core Features & Use Cases

  • Read and edit .xlsx/.xlsm files, apply formatting, and compute formulas.
  • Create new spreadsheets from data sources or templates and convert between tabular formats (xlsx, csv, tsv, xlsm).
  • Use cases include consolidating scattered CSV data into a single workbook, cleaning malformed rows, and exporting cleaned results to multiple formats.

Quick Start

Open the attached workbook and generate a cleaned, formatted workbook with a summary sheet.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I automate data cleaning and format conversion for Excel files?

You can automate spreadsheet data cleaning and format conversion by reading, modifying, and exporting data across .xlsx, .xlsm, .csv, and .tsv formats using Python libraries like openpyxl and pandas for deterministic edits.

Can I consolidate multiple CSV files into a single formatted Excel workbook?

Yes, consolidating scattered CSV files into a single Excel workbook is achieved by reading the tabular data sources and generating a new formatted spreadsheet with summary sheets and computed formulas.

What is the best way to migrate data between xlsx, csv, and tsv formats?

The best way to migrate data between xlsx, csv, and tsv formats is to use a tool that reads the source tabular structure and deterministically writes it to the target spreadsheet format while preserving data integrity.

Does this spreadsheet automation approach support computing formulas in xlsm files?

Yes, spreadsheet automation supports reading and editing .xlsm files, allowing you to apply formatting and compute formulas while performing deterministic edits across Excel-compatible file types.

How do I generate a formatted summary sheet from an existing xlsx workbook?

To generate a formatted summary sheet from an existing .xlsx workbook, you open the attached file, process the data to clean malformed rows, and create a new workbook containing the formatted summary output.