Skip to main content
CSV First Aid

CSV Viewer — open a CSV in the browser

A CSV rendered as a real table — zebra rows, a search box, page through 200K rows without ever opening Excel. Encoding and delimiter are figured out from the bytes.

Drop your CSV file here

or click to browse

View file contents, encoding, and structure.

How it works

  1. 1Drop your CSV file above. It stays in your browser.
  2. 2CSV First Aid detects encoding, delimiter, and parses all rows into a table.
  3. 3Browse, search, and copy data. Download as CSV, Excel, or JSON if needed.

FAQ

Can I edit the data?

The viewer is read-only. For editing, open the file in a spreadsheet program after viewing.

What's the maximum file size?

Up to 100 MB. Larger files may slow down your browser.

Related tools