Paste tab-separated data, download a proper .xlsx file. Everything happens in your browser -- no uploads needed.
Preview will appear here
Paste TSV data on the left to see preview
TSV is everywhere -- it's what sits on your clipboard when you copy from Excel, Google Sheets, or Numbers. It's what many databases spit out. This tool takes that raw text and builds a proper .xlsx file with headers, rows, and columns all in the right places. Need Markdown instead? Try our TSV to Markdown converter.
Before you download anything, the tool shows you a preview of the first 8 rows along with a row count and column count. I added this because I kept downloading files only to realize I'd copied one column too few. Now you can catch that before hitting download.
The Excel generation uses SheetJS (also called xlsx.js), an open-source library that runs in your browser. Your data stays on your machine the entire time. No cloud, no server, no data collection. For JSON source data, check out our JSON to Excel converter.
Run a query in DBeaver or psql, copy the tab-separated results, paste here, and you've got an Excel file to send to your team. Way faster than exporting to CSV and then importing into Excel manually.
A lot of server logs use tab separation. Paste a chunk of log output here and get an Excel file where you can sort by timestamp, filter by error level, or search for specific request IDs. Much better than reading raw text.
Lab instruments and scientific software often export TSV. If you need to graph the results or run calculations, converting to Excel is the quickest path. Paste it in, download, open in Excel, start charting.
Not everyone knows what a TSV file is or how to open one. But everyone can open an .xlsx. If you have tab-separated data from Linux or Mac tools, convert it to Excel before sharing with teammates on Windows.
Need Markdown tables instead of Excel? Same input, different output.
Got JSON data? Turn it into an Excel spreadsheet.
Convert comma-separated files to Markdown tables.
Pull tables out of Markdown and save as .xlsx.
Go from Excel to JSON for web apps and APIs.
Grab tables from HTML pages and save as spreadsheets.