Markdown to Excel Converter
create_excel_from_markdownConvert markdown with tables and formulas to Excel .xlsx, creating multiple sheets with ## Sheet: headings.
Instructions
Converts markdown content with tables and formulas to Excel (.xlsx) format. Use '## Sheet: Name' headings to create multiple sheets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | No | Custom filename for the output file (without extension). If not provided, a unique identifier will be used. | |
| markdown_content | Yes | Markdown content containing tables, headers, and formulas. Use '## Sheet: Sheet Name' to create multiple worksheets. Use T1.B[0] for cross-table references and B[0] for current row references. Use SheetName!T1.B[0] for cross-sheet references (resolves to SheetName!B2 in Excel). ALWAYS use [0], [1], [2] notation, NEVER use absolute row numbers like B2, B3. Do NOT count table header as first row, first row has index [0]. Supports cell formatting: **bold**, *italic*. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |