Paste a Markdown table and download a real .xlsx file — opens straight in Excel, Numbers or Google Sheets with no import dialog.
Builds a real .xlsx in your browser — no import wizard, no mangled cells.
The obvious way to get a Markdown table into Excel is to save it as CSV, and it is the way that goes wrong. Excel greets a .csv with an import wizard, guesses the encoding — mangling any accented character unless the byte order mark happens to be right — and then helpfully reformats your data: order code 1-5 becomes the 5th of January, and the leading zeros on 00123 vanish. This tool writes an actual .xlsx workbook instead. It opens as a spreadsheet on the first double-click, with the header row already bold and the columns already sized, and every cell is written as text on purpose so nothing gets silently reinterpreted. The whole file is built in your browser.
An engineer keeps a small inventory table in a README: part number, supplier, quantity, reorder date. Finance asks for it as a spreadsheet. Saving it as CSV and opening that in Excel produces two immediate problems: the part numbers, which look like 00841 and 12-40, come out as 841 and 12 Apr, and the one supplier name with an umlaut arrives as mojibake. Both are the kind of error nobody notices until an order goes to the wrong part. Pasting the table here and downloading the .xlsx sidesteps all of it — every cell is stored as text, so 00841 stays 00841 and 12-40 stays 12-40, the encoding is UTF-8 inside the file format itself, and the header row is already bold. Finance opens it and starts working instead of asking what happened to the part numbers.
Free links last 7 days with a free account. On a paid plan every page you create stays online permanently.
See pricing