File & Data Tools
Convert CSV to Excel
Get a real .xlsx file with auto-sized columns, without Excel mangling your data on the way in.
- Free, no signup
- No upload — runs on your device
- No watermark
- Unlimited use
CSV to Excel
Processed locallyComma, semicolon or tab separated
Excel destroys data on import, and this is why the conversion matters
Open a CSV directly in Excel and it applies type inference to every cell. A postcode like 01234 loses its leading zero and becomes the number 1234. A product code like SEPT1 becomes the date 1 September. A long identifier like 1234567890123456 is rounded to fifteen significant figures and silently corrupted. Gene researchers renamed several genes because Excel kept converting them to dates.
None of this is recoverable — the original string is gone by the time you see the sheet. It happens on open, before you have a chance to intervene, unless you use the import wizard and explicitly mark every affected column as text.
Converting to .xlsx first sidesteps the whole problem. An xlsx cell has an explicit type stored alongside its value, so a cell written as the string 01234 stays the string 01234 when Excel opens the file. There is no inference step. This is the reliable way to hand a CSV to someone who will open it in Excel.
How it works
- Drop in a CSV file and check the preview
- Click Convert to Excel
- Open the .xlsx — leading zeros and codes are intact