/ how to

How to open a CSV file

There's no single 'right' way to open a CSV file — it depends on what you're doing. Here are the three options, when to pick each one, and a 30-second walkthrough for each.

  • Open in a CSV viewer (fastest, no install)
  • Open in a spreadsheet app (Excel / Numbers)
  • Open in a text editor (raw view)

Option 1 — Open in a CSV viewer (recommended)

A dedicated CSV viewer like OpenCSV opens any .csv file in your browser instantly. Nothing to install, nothing converts your data, and it works the same on phone, tablet, and laptop.

Steps

  • Go to opencsv.io
  • Click 'Open the editor' or drag your CSV file into the page
  • Your data renders in a clean, scrollable grid
Best for: quick previews, mobile use, large exports, anyone who doesn't have spreadsheet software handy.

Option 2 — Open in a spreadsheet app

Excel, Numbers, and Google Sheets all open CSV files. They give you formulas and charts, but they can also reformat your data: dates get converted, leading zeros disappear, very long numbers turn into scientific notation.

Excel (Windows / Mac)

  • Right-click the file → Open with → Excel
  • Or: open Excel, File → Open → choose your .csv

Numbers (Mac / iOS)

  • Double-click the .csv file
  • Or: Numbers → File → Open → pick your .csv

Google Sheets

  • Open Google Sheets → File → Import → Upload
  • Choose 'Replace spreadsheet' to keep CSV formatting clean
Watch for: ZIP-code columns becoming numbers (drops the leading zero), dates getting reformatted, and 16-digit numbers turning into 1.23E+15.

Option 3 — Open in a text editor

Because CSV is plain text, any text editor will show you the raw file: Notepad on Windows, TextEdit on Mac, VS Code, Sublime, etc. Useful for spotting weird characters, encoding problems, or non-comma delimiters.

When to use it

  • You suspect the file has a different delimiter (tabs, semicolons)
  • Some characters look corrupted (encoding issue)
  • You want to do a find-and-replace at the file level
  • The file is too large to open in any other tool

Which one should you use?

You want to…Use
Quickly look at the dataOpenCSV
Edit a few cells, save backOpenCSV
Run formulas, build a pivot tableExcel / Sheets
Inspect a corrupt or unusual fileText editor
Open a really big file (100k+ rows)OpenCSV
Open on a phone with no apps installedOpenCSV
/ frequently asked

Frequently Asked Questions

  • A CSV file is a plain text file used to store tabular data in rows and columns, with values separated by commas. CSV stands for Comma-Separated Values. It's one of the simplest and most widely supported data formats in the world.

Open, edit, and share CSVs in seconds.

Free to view, $9.99/mo to edit. 14-day free trial.

Start 14-day free trial
/ desktop app

Make CSVs open in OpenCSV.

Install OpenCSV as a desktop app and it'll show up in your right-click "Open with…" menu for every CSV.