浏览器本地 SheetJS 工作站
Markdown / Excel / CSV 双向转换工作站
把 Markdown 表格导出为 CSV/XLSX,或拖入本地 CSV/XLSX 文件生成标准 Markdown 表格。文件读取和解析只在浏览器内存中完成。
本地运行
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.
The separator row such as |---|---|---| is only used to identify the header. It is skipped in preview data and CSV/XLSX export.
Text before or after the extracted pipe-table block is ignored during export.