xlsx

Create, edit, and convert Excel, CSV, and TSV spreadsheet files.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/HaraldeRoessler/ownify-microclaw --skill xlsx-haralderoessler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/HaraldeRoessler/ownify-microclaw/tree/main/skills/built-in/xlsx
Command: npx skills add https://github.com/HaraldeRoessler/ownify-microclaw --skill xlsx-haralderoessler

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of working with spreadsheets by helping you create, clean, edit, analyze, and convert Excel and tabular data without manual spreadsheet wrangling.

Core Features & Use Cases

  • Spreadsheet creation and editing: Build new workbooks, update cells, insert rows, and manage multi-sheet files.
  • Data cleaning and transformation: Convert between CSV, TSV, and XLSX while organizing messy tabular data into usable sheets.
  • Formula and formatting support: Add formulas, preserve calculations, and apply formatting for polished, reusable spreadsheets.
  • Use case: If you receive a CSV export from a finance system and need a formatted Excel workbook with totals and formulas, this Skill can convert and structure it efficiently.

Quick Start

Use the xlsx skill to open the attached spreadsheet, clean the tabular data, and save a formatted Excel workbook with formulas.

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 export into a formatted Excel workbook with formulas?

Yes, you can clean messy tabular data by restructuring rows, organizing columns, and converting between CSV, TSV, and XLSX formats to create usable spreadsheet files.

Can I add and preserve formulas when editing an Excel spreadsheet?

You can add formulas and preserve calculations when editing an Excel spreadsheet by using Python libraries that maintain recalculation behavior and layout integrity.

What is the best way to manage multi-sheet Excel files and update cells programmatically?

Managing multi-sheet Excel files involves building workbooks, updating specific cells, and inserting rows programmatically to restructure sheets without manual spreadsheet wrangling.

Does converting between XLSX and tabular data formats preserve cell layouts and formatting?

Converting between XLSX and tabular data formats preserves cell layouts and formatting by utilizing office-compatible conversion tools designed to maintain spreadsheet structures.

Do I need Python spreadsheet libraries to clean rows and format Excel workbooks?

Yes, you need Python spreadsheet libraries and office-compatible conversion tools to clean rows, add formulas, and format Excel workbooks while preserving recalculation behavior.