z-md-excel
Installation
SKILL.md
z-md-excel
Extract all Markdown tables from a .md file and save them to a formatted Excel .xlsx file.
When to Use
Trigger this skill when the user asks to:
- Convert/extract Markdown tables to Excel
- Export tables from a
.mdfile to.xlsx - Batch extract multiple tables from one Markdown file
- Parse Markdown table data into a spreadsheet
Requirements
- Python 3.7+
- openpyxl:
pip install openpyxl