Produces a genuine legacy .xls workbook. You almost certainly want CSV to XLSX instead — XLS is only the right answer when something downstream refuses anything newer, which in practice means an accounting package, a government upload form or a piece of industrial software.
The 65,536-row wall
When XLS is genuinely the right choice
Excel will retype your data unless you stop it
SEPT1 and MARCH1 — Excel had been turning them into dates for years, in roughly a fifth of published papers with supplementary spreadsheets. Writing a real XLS carries the cell types with it, so text stays text. That is the actual reason to use this rather than renaming the file.Questions
- Should I use XLS or XLSX?
- XLSX, unless something specifically requires XLS. XLSX has no practical row limit, compresses far better and is not treated as a legacy format.
- My file was rejected for being too large.
- XLS stops at 65,536 rows. Use XLSX instead, which allows 1,048,576.
- Will Excel complain when it opens the file?
- It will open in compatibility mode with a banner, which is normal for the format. It will not warn that the file is corrupt — this is a genuine BIFF8 workbook, not a renamed CSV.
- Is my data uploaded anywhere?
- No. The conversion runs as JavaScript inside this tab. Open your browser's Network panel and convert something — you will see no request carrying your data, because there is no server to send it to. You can also turn your Wi-Fi off and convert anyway.