CSV and Delimiter Tools

Online CSV Opener

Online CSV Opener opens a local CSV file or pasted CSV and shows it as a table, with no upload.

PrivateYour text is processed on your device and never uploaded.
CSV (or open a file)
Normalized CSV
0 rows, 0 cols
Table preview

You have a CSV file and just want to open and read it, without a spreadsheet program and without sending it to a server.

This opener reads a local file in your browser, or takes pasted CSV, detects the delimiter, and shows the data as a table you can scan.

How to use Online CSV Opener

  1. Open a .csv file with the file button, or paste CSV into the left panel.
  2. Use the header toggle to treat the first row as headers.
  3. Read the table, and copy or download the normalized CSV if needed.

What you can do with it

Good to know

Opening a CSV locally does not require any backend; the FileReader API reads the file on your device. You can also drag a file onto the input, and the preview shows the first few hundred rows.

Frequently asked questions

Do I need to upload the file?

No. The file is opened locally in your browser with the FileReader API and never leaves your device.

Can I paste CSV instead of opening a file?

Yes. Paste CSV into the input and it is parsed and shown as a table just the same.

How large a file can I open?

As large as your browser memory allows; a notice appears for very large inputs and the preview is capped for speed.

Related tools