text-to-excel

Convert structured text into formatted Excel .xlsx workbooks.

265|23|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/yipng05-max/-skills --skill text-to-excel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: text-to-excel
Source: https://github.com/yipng05-max/-skills/tree/main/text-to-excel
Command: npx skills add https://github.com/yipng05-max/-skills --skill text-to-excel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openpyxl, python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

It removes the manual effort of turning structured text data into a clean Excel spreadsheet by automatically parsing the input and producing a properly formatted .xlsx file.

Core Features & Use Cases

  • Structured text parsing: Supports Markdown tables, plaintext tables, CSV/TSV, lists, key-value pairs, JSON/dict-like data, and free-form tabular text.
  • Excel generation with formatting: Creates headers and data rows with professional styling (header theme, alternating row bands, borders, auto column widths).
  • Advanced workbook features: Handles multi-sheet outputs, merged cells, freeze panes, auto-filters, conditional formatting, data validation, charts, and print settings.

Quick Start

Convert your structured table data into an Excel file by providing the text and asking the assistant to use text-to-excel to generate an .xlsx at your requested save path.

Frequently Asked Questions about text-to-excel

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

FAQPage Schema
How do I convert markdown tables and JSON data into formatted Excel spreadsheets?

This tool converts structured text like markdown tables, CSV, and JSON into formatted Excel spreadsheets by parsing the input and generating a styled .xlsx workbook with headers, borders, and auto-sized columns.

Can I export multi-sheet workbooks with charts and conditional formatting from plaintext tables?

Yes, you can export multi-sheet workbooks with charts and conditional formatting from plaintext tables. The generator script supports advanced features including merged cells, freeze panes, auto-filters, and print settings.

Does openpyxl need to be installed to generate xlsx files from structured text?

Yes, openpyxl and python3 are required dependencies to generate xlsx files from structured text. The deterministic Excel generator script relies on the openpyxl library to write the resulting workbook to your specified output path.

What is the best way to automate spreadsheet export from key-value pairs and lists?

The best way to automate spreadsheet export from key-value pairs and lists is to generate a JSON config conforming to the provided schema and run the deterministic Excel generator script to write the formatted .xlsx workbook.

What structured text formats can be parsed for Excel conversion besides CSV?

Besides CSV, the structured text formats that can be parsed for Excel conversion include Markdown tables, plaintext tables, TSV, lists, key-value pairs, JSON/dict-like structures, and free-form text with identifiable tabular structure.