Excel to CSV
Convert cells copied from Excel into comma-separated CSV — paste the copied cells directly (Excel copies as tab-separated text), not an .xlsx file upload.
- 1Select and copy your cells in Excel (Ctrl+C)
- 2Paste them into the input box
- 3Copy the generated CSV output
Related Tools
Excel to HTML
Convert cells copied from Excel into an HTML <table> — paste the copied cells directly (Excel copies as tab-separated text), not an .xlsx file upload.
Excel to JSON
Convert cells copied from Excel into a JSON array of objects — paste the copied cells directly (Excel copies as tab-separated text), not an .xlsx file upload.
CSV to Excel
This page does not generate a real .xlsx file — building a genuine binary Excel workbook needs a real spreadsheet library, which this client-side tool doesn't include. Points you to a real, simple alternative: open your CSV directly in Excel.
TSV to CSV
Convert tab-separated TSV to comma-separated CSV, automatically quoting any field that contains a comma or quote character — paste your TSV, no file upload needed.