What problem does it solve?
Excel .xlsx files are zipped XML bundles that cannot be reliably read as plain text, making it hard for AI agents to analyze, summarize, or extract data from spreadsheets. This Skill converts workbooks into clean Markdown tables so their contents can be searched, reviewed, and analyzed accurately.
Core Features & Use Cases
- Workbook-to-Markdown Conversion: Renders every sheet as its own Markdown table using Microsoft's MarkItDown library.
- Embedded Image Extraction: Pulls real embedded pictures from the workbook and places them under the correct sheet heading in a self-contained output folder.
- Batch Processing: Converts a single file or an entire folder of workbooks, with optional recursive subdirectory scanning.
- Use Case: A user shares a folder of quarterly budget spreadsheets and asks for a summary. The Skill converts each .xlsx into Markdown, after which the agent reads the output to answer questions about the data.
Quick Start
Ask the agent to convert the attached budget.xlsx file to Markdown and summarize its contents.