Standard comma CSV
Input: Name,Age,City\nAlice,30,Boston\nBob,25,Chicago
Output: XLSX with Name, Age, City headers and two data rows; numeric Age column may render as integer in Excel
500+ fast, free tools. Most run in your browser only; Image & PDF tools upload files to the backend when you run them.
Convert CSV files or pasted text to Excel XLSX in your browser. Auto-detect delimiter, preview, set sheet name, download.
The CSV to XLSX Converter reads a CSV file or pasted text and produces an Excel-compatible XLSX file using the SheetJS library in your browser. The delimiter is auto-detected by counting comma, tab, semicolon, and pipe characters in the first 2000 characters, or you can override it manually. A custom RFC 4180-compliant parser handles quoted fields, escaped quotes, and Windows line endings. Set a sheet name, preview the first 50 rows in a table, and download the XLSX file — no server involved.
Input: Name,Age,City\nAlice,30,Boston\nBob,25,Chicago
Output: XLSX with Name, Age, City headers and two data rows; numeric Age column may render as integer in Excel
Input: Produkt;Preis\nApfel;1,50\nBrot;2,99
Output: XLSX with Produkt and Preis columns; semicolon auto-detected; comma-decimal preserved as text
Input: id,note\n1,"Line one\nLine two"\n2,"Simple"
Output: XLSX with two rows; row 1's note cell contains an internal newline (Alt+Enter style)
Input: Header1\tHeader2\tHeader3\nA\tB\tC
Output: XLSX with three columns and one row; tab auto-detected as delimiter