CSV
CSV spreadsheet formatUsed for structured data meant to be sorted, filtered, and computed.
- Family
- Documents
- MIME
- text/csv
Convert CSV to XLS online. See the real workbook object-model rebuilding behavior, preservation limits, and a format-specific acceptance test.
Cells, sheets, formulas, types, and print settings are read from CSV and mapped into structures XLS can express. A displayed total is not enough evidence; formulas and leading zeros may have changed underneath it. CSV is parsed as encoded text with a chosen delimiter and quoting rules; it supplies neither workbook formulas nor an authoritative type for each field. XLS output targets the legacy binary Excel grid and its older row, column, formula, chart, macro, and date-system limitations.
Read as plain-text rows and fields separated by a delimiter rather than a workbook object model. Rebuilt as the legacy binary Excel workbook with cells, formulas, formats, and older size limits.
Used for structured data meant to be sorted, filtered, and computed.
Designed for structured rows and columns of calculated data.
Import the result with the intended delimiter and encoding, then check dates, quotes, and leading zeros.
Recalculate in the target Excel version and inspect formulas, dates, named ranges, charts, and sheet count.
Formulas, formatting, charts, multiple sheets, data types, and leading zeros can disappear or be reinterpreted.
Newer functions, long worksheets, charts, macros, and date systems may not fit the XLS model.
the legacy binary Excel workbook with cells, formulas, formats, and older size limits is what gets written, labeled as application/vnd.ms-excel. Whether that actually opens depends on the receiving application, not on the file extension.
Choose XLS when its editing, reflow, or reader support is more valuable than exact CSV structure, and test the most complex page or chapter before committing.