Convert CSV data into a downloadable Excel workbook (XLSX, XLS, ODS) in your browser, with delimiter detection and number parsing.
| id | name | active | |
| 1 | Alice | alice@example.com | true |
| 2 | Bob | bob@example.com | false |
| 3 | Carol | carol@example.com | true |
Quoted fields, escaped quotes, and embedded newlines are handled. Numeric and boolean cells are typed automatically. Conversion runs entirely in your browser.