Convert CSV files into XLS format while preserving formatting.
| Feature | CSV | XLS |
|---|---|---|
| Compression | N/A | N/A |
| Layout | Preserved | Preserved |
| Compatibility | Legacy | Modern |
Converts CSV data into legacy Excel (XLS) format for compatibility with older versions of Microsoft Excel and legacy systems.
CSV (Comma-Separated Values) is plain tabular data with no formulas, formatting, or multiple sheets — just rows and columns separated by commas.
XLS (Microsoft Excel 97-2003 Workbook) is Excel's legacy binary format, still common on older systems though superseded by XLSX.
What to expect: CSV carries little to no formatting of its own, so the XLS output will start plain — you can add styling afterward in a compatible editor.