CSV
CSV spreadsheet formatUsed for structured data meant to be sorted, filtered, and computed.
- Family
- Documents
- MIME
- text/csv
Convert CSV to XML 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 XML 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. XML output must satisfy an application schema, namespace, encoding, ordering, attribute, and whitespace contract; well-formed markup alone does not prove interoperability.
Read structure - Plain-text rows and fields separated by a delimiter rather than a workbook object model. Rebuilt structure - Structured text organized as elements, attributes, namespaces, and an application-defined schema.
Used for structured data meant to be sorted, filtered, and computed.
Designed for portable text, structured data, or web publishing.
Import the result with the intended delimiter and encoding, then check dates, quotes, and leading zeros.
Parse against the destination schema and verify encoding, namespaces, required elements, attributes, ordering, and significant whitespace.
Formulas, formatting, charts, multiple sheets, data types, and leading zeros can disappear or be reinterpreted.
A syntactically valid XML file can still be unusable if namespaces, encoding, element order, schema rules, or whitespace semantics change.
The writer builds structured text organized as elements, attributes, namespaces, and an application-defined schema and labels the result as application/xml. The receiving application - Not the extension alone - Is the final compatibility test.
XML earns its place when its editing, reflow, or reader support outweighs exact CSV structure - Just test the most complex page or chapter before committing to it.