Skip to main content
CSV First Aid

CSV Not Opening Correctly in Excel — How to Fix It

You double-click a CSV and Excel puts everything in column A, shows garbled characters instead of accented letters, or turns your product codes into scientific notation. Here are the five most common causes and how to fix each one.

Problem 1: All data in one column

This happens when the file uses a semicolon, tab, or pipe as delimiter but Excel expects commas. It's extremely common with European exports.

Fix in Excel: don't double-click the file. Instead: Data → From Text/CSV → select the file → choose the correct delimiter in the preview.

Fix with CSV First Aid: drop the file, let it auto-detect the delimiter, then download as comma-separated CSV. Excel will open it correctly.


Problem 2: Garbled characters (accented characters show as garbled text)

Excel guesses the encoding when opening a CSV. If it guesses wrong (e.g., reads a Windows-1252 file as UTF-8 or vice versa), you get mojibake.

Fix in Excel: Data → From Text/CSV → File Origin dropdown → select the correct encoding (usually 65001: UTF-8 or 1252: Western European).

Fix with CSV First Aid: the tool auto-detects encoding and converts to UTF-8. Open the fixed file in Excel — it'll work because UTF-8 is the default.


Problem 3: Leading zeros stripped (ZIP codes, product codes)

Excel auto-converts text that looks like numbers. ZIP code 01234 becomes 1234. Long numbers become scientific notation (1.23E+15).

Fix in Excel: import via Text Import Wizard and set the column type to 'Text' instead of 'General'.

Note: CSV First Aid preserves all text as-is (no type conversion). The output CSV contains the original values. The issue is Excel's auto-detection, not the CSV itself.


Problem 4: Dates reformatted incorrectly

Excel converts date-like strings to its internal date format based on your locale. 01/02/2024 might become February 1 in the US or January 2 in Europe.

Fix with CSV First Aid: normalize dates to ISO 8601 (YYYY-MM-DD) before opening in Excel. ISO dates are unambiguous and Excel handles them correctly regardless of locale.


Problem 5: Extra blank rows or shifted columns

If rows appear shifted or blank rows appear, the file likely has quoting issues or inconsistent column counts.

Fix with CSV First Aid: the quote repair + column count normalizer + empty row remover fix all of these structural problems.

Skip the Text Import Wizard. Drop the file into CSV First Aid and get back a CSV Excel opens without fighting you.

Fix your CSV now →

Related tools