Sometimes you just need to fix a value, add a row, or delete a column in a CSV file without opening a full spreadsheet app. This tool opens a CSV as an editable grid right in your browser: upload a file or paste CSV text, make your changes, and export the result, with all the quoting and escaping handled correctly for you.
Yes. Standard CSV wraps a field containing a comma in quotes (like "Doe, John"), and this tool parses and re-exports that correctly, including fields with quotes inside them.
Yes, choose "start with a blank grid" to get an empty 3x3 grid you can fill in, add rows and columns to, and export as a new CSV.
No hard limit, but very large files (tens of thousands of rows) will feel slower, since every cell is rendered as an editable field in your browser.
No. The file is read and edited entirely in your browser using JavaScript. Nothing is sent to a server.