How to use this office tool
- Upload an XLSX or XLS file.
- Choose the worksheet and header row.
- Convert, inspect the bounded preview, and download the UTF-8 TSV file.
Convert an Excel worksheet to a tab-separated text file without uploading it. Choose the sheet, preview the data, and download a fresh TSV.
Reads the selected worksheet and writes its cells as tab-delimited text with quoted values when needed.
Formatting, formulas, charts, and multiple sheets are not part of TSV. The exported file contains the selected sheet’s values.
Reads XLSX and XLS and produces UTF-8 TSV. One worksheet is exported per run.
| Input | XLSX, XLS, CSV, TSV as applicable |
|---|---|
| Processing | Local browser session |
| Output | New XLSX, TSV, XML, or HTML file |
Upload the workbook, select the worksheet, and process it. The download contains that sheet as UTF-8 tab-separated text.
When text values are stored as text in Excel, they are exported as displayed text. Avoid converting identifier columns to numbers first.
No. TSV is plain text, so the export contains cell values rather than workbook formulas and formatting.
They are quoted according to delimited-text rules so compatible TSV readers can distinguish embedded tabs from column separators.
This page exports one selected worksheet per run, which keeps the output predictable and avoids ambiguous multi-table TSV files.
| Privacy | Files stay in this browser session |
|---|---|
| Preview | Limited rows for responsive display |
| Source | The original file is not overwritten |