CSV Viewer & Editor /

CSV Viewer & Editor Online

Open, edit, sort and search a CSV file. Nothing is uploaded — it is parsed on your own device.

Drop your CSV file here

Also opens .tsv, .tab and .txt.
Parsed in your browser — the file is never uploaded.

How it works

Read and edit a CSV without handing it to anyone

Most online CSV tools ask you to upload your file to a server before you can look at it. A copy of your spreadsheet — customer records, a bank export, whatever it happens to be — then lives on someone else's machine, under their retention policy rather than yours.

This page does the work in your browser instead. When you pick a file it is read straight from disk by the tab you already have open, parsed in memory, and drawn on screen. There is no account, nothing to delete afterwards, and no upload request carrying your data. You can check that yourself: open your browser's network panel and watch it while you open a file.

What it handles

  • Commas, semicolons, tabs and pipes. The separator is detected automatically, so European semicolon exports and tab-separated files open without changing a setting.
  • Quoted fields. Values wrapped in quotes can contain commas, escaped quotes and line breaks.
  • UTF-8 text. Accented characters and non-Latin scripts render as written.
  • Sorting. Click a column header to sort by that column.
  • Column widths. Drag the edge of a header to resize it.
  • Search. Filter to matching rows across every column; press / to jump to the search box.
  • Editing. Type into any cell to correct or change a value before you download it.
  • Download. Save the rows you are looking at as CSV or JSON, or copy them to the clipboard.

Questions

Is my file uploaded anywhere?

No. It is read and parsed locally by JavaScript running in this tab, and never leaves your device.

How many rows can it open?

There is no fixed limit. Rows are only drawn as they scroll into view, so tens of thousands are comfortable. Very large files are bounded by your device's memory rather than by the page.

Can I edit the data and save it?

You can type into cells, and Download saves what is on screen as a new CSV or JSON file — including your edits, the sort order you chose, and only the rows matching your search. Your original file is never touched; nothing is written back to it, and closing the tab discards anything you have not downloaded.

Does it work offline?

Not at the moment. The grid and the CSV parser are fetched from a CDN when the page loads, so the first load needs a connection. Reading your file, once the page is open, does not.

What does it cost?

Nothing — it is free to use. The sponsor tiles on this page are paid placements.

No rows match that search. Clear the search to see all rows.

Discard your edits?

Starting over throws away your edits. Your file on disk is untouched either way, but anything you changed here has not been saved anywhere.