How to use this office tool
- Upload a CSV or TSV file.
- Choose whether to protect text values and set the header row.
- Convert the parsed table, review the preview, and download XLSX.
\n
Convert CSV or TSV data into a real Excel workbook while keeping text-like identifiers safer from unwanted numeric conversion.
Parses delimited text, detects the delimiter, preserves rows as a table, and writes a new XLSX workbook with a bounded preview.
CSV stores values, not Excel formatting or formulas. Review dates, long numbers, and leading-zero identifiers.
Accepts CSV and TSV text files and produces XLSX. Quoted fields and embedded line breaks are parsed by Papa Parse.
| Input | Output |
|---|---|
| XLSX, XLS, CSV, TSV (as applicable) | New XLSX file |
Choose the CSV here; parsing and XLSX generation happen locally in your browser.
The protect-text option writes parsed fields as text, which helps preserve values such as 00123.
Yes. The CSV parser can detect common delimiters, including commas, semicolons, tabs, and pipes.
No. One CSV represents one table, so the converter creates one worksheet.
With text protection enabled, fields remain text instead of being intentionally created as executable formulas.
| Limit | Value |
|---|---|
| File size | 25 MB |
| Preview | Up to 100 rows × 12 columns |