Free CSV Viewer & Editor
Open, view, sort, filter, and edit CSV files right in your browser. No Excel or Google Sheets needed — everything stays private on your device.
CSV isn't as simple as it looks
"Comma‑separated values" is loosely standardized by RFC 4180, but half the files you'll open won't follow it. The three landmines to watch for: fields containing the delimiter (a name field with "Doe, Jane" must be quoted or the row splits into an extra column); embedded newlines inside quoted fields (an address across two lines is legal but breaks any parser that splits on newlines first); and escaped quotes — the RFC says a literal " inside a quoted field is written as "", but plenty of exports use backslash‑escape instead. The viewer parses using a state machine that handles all three, so you don't get phantom columns.
Regional Excel adds its own layer. On Windows systems set to a German or French locale, Excel exports use semicolons as the separator because the comma is the decimal mark. Files created there don't look like CSV to a US‑locale Excel — same bytes, different render. The viewer auto‑detects by sampling the first few rows and picking whichever separator produces a consistent column count. You can force a delimiter if the guess is wrong.
Encoding is the other quiet problem: UTF‑8 without a BOM opens fine in Numbers and text editors but shows mojibake in Excel unless the BOM is present. Files that look correct on Mac and broken on Windows are almost always this. If your data has accented characters, save with the BOM.
Frequently Asked Questions
How do I open a CSV file without Excel or Google Sheets?
Can I edit cells directly in the table?
How do I sort and filter the data?
Can this tool handle large CSV files?
How do I export or download the edited CSV?
What delimiters are supported?
Is my data private and secure?
Can I add or delete rows?
CSV, Spreadsheet & Data Guides
Helpful articles about working with CSV files, spreadsheet data, and data conversion tools.
JST to IST: Japan to India Time Conversion Guide
Japan Standard Time is 3 hours and 30 minutes ahead of India Standard Time. Neither country uses daylight saving, so the offset is the same every day of the year.
Singapore to India Time Difference: SGT to IST Conversion Guide
Singapore is exactly 2 hours and 30 minutes ahead of India. Neither country observes daylight saving time, so this offset stays the same all year round.
EST to IST: US to India Time Conversion Cheat Sheet
IST is 10 hours and 30 minutes ahead of EST, but the gap shrinks to 9:30 during US daylight saving time. Here's a complete conversion table and the best hours for US-India meetings.
How to Scan Documents With Your Phone and Convert to Searchable PDF
Your phone camera is a document scanner. Here is how to scan paper documents and create searchable PDFs with selectable text.
Time Zone Guide for Remote Teams — US, UK, India, Australia (2026)
When your team spans four continents, finding a meeting time feels impossible. Here are the actual overlap hours and scheduling patterns that remote teams use.
Best Time to Call India from the US — IST to EST, CST, PST Guide
India is 9.5 to 12.5 hours ahead of the US depending on your time zone and daylight saving. Here are the realistic windows for calls that work for both sides.
Related Tools
Explore more free tools on iFormat.io
Convert CSV data to JSON format for APIs and web applications.
Convert JSON arrays to CSV spreadsheets for Excel and data analysis.
Format, validate, and beautify JSON data with syntax highlighting.
Encode or decode Base64 strings for data transfer and embedding.
Convert YAML configuration files to JSON format.
Generate MD5, SHA-1, SHA-256, and other hash digests from text or files.