Browser-local SheetJS workstation
Markdown / Excel / CSV Converter
Convert Markdown tables to CSV/XLSX, or drag local CSV/XLSX files into the page and generate clean Markdown tables. File parsing happens in browser memory only.
Local only
Files are read with FileReader in browser memory. Nothing is uploaded.
Markdown source
MDMarkdown table rules
A valid table needs a header row, a separator row, and optional data rows.
Separator rows such as |---|---|---|, |:---|---:|:---:| only identify the header and alignment. They are skipped in preview data and CSV/XLSX export.
When pasted text includes notes, only the extracted pipe-table block is exported.