Nirmion
Hilfe Finden Sie ein Werkzeug

LOCAL TABLE CONVERTER / MARKDOWN TABLE TO EXCEL

Markdown Table to Excel

Convert one rectangular Markdown table into a genuine styled and filterable XLSX worksheet.

Processed in this browserOne UTF-8 .md or .markdown file up to 5 MB containing one table with up to 50,000 data rows, 200 columns, 1,000,000 cells, and 20 MB workbook output.

Step 1 / source

Choose the source

MD - one XLSX worksheet

Drop one file here

Choose the one markdown table you want to turn into styled xlsx worksheet.

Checking publication status...

01
No file upload

This operation runs with browser APIs. Nirmion receives catalogue requests, not the selected source bytes.

02
Original stays unchanged

The converter creates a separately named output. It never writes back into the source file.

03
Bounded work

One UTF-8 .md or .markdown file up to 5 MB containing one table with up to 50,000 data rows, 200 columns, 1,000,000 cells, and 20 MB workbook output.

Plain-language method

How Markdown Table to Excel works

Nirmion validates one Markdown table, decodes escaped pipes, backslashes, entities, and br line breaks, writes every value as stored text into XLSX cells, freezes and styles the header, sizes columns, and adds a filter row.

  1. 01
    Choose a valid source

    Provide one table with a header, valid --- delimiter, and consistent row widths. Other Markdown content is rejected.

  2. 02
    Review the conversion choices

    The worksheet name is cleaned to Excel limits. No cell types or formulas are inferred from text.

  3. 03
    Inspect the separate result

    The result ends in _nirmion_tools.xlsx. It is a real workbook, not a renamed Markdown file.

Useful when

Practical jobs this tool handles

  • Review a README table with spreadsheet filters.
  • Move a documentation matrix into Excel.
  • Prepare table data for manual cleanup.

Before converting

Check the source and destination rules

  • Check escaped pipes and line breaks.
  • Choose a meaningful worksheet name.
  • Review identifiers and formula-like text after export.

Know the boundary

Know what the destination format cannot keep

Markdown alignment, links, emphasis, and code syntax are not converted into Excel styles. Cell text is preserved rather than evaluated.

Quick answers

Questions before you convert

The conversion contract is deliberately explicit.

Is the delimiter row included?

No. It controls Markdown layout and is not worksheet data.

Are numbers typed automatically?

No. Text preservation avoids identifier corruption.

Does this create a real XLSX?

Yes. The output is generated as an XLSX workbook with a styled header and filters.