CSV
CSV spreadsheet formatStructured data meant to be sorted, filtered, and computed
- Family
- Documents
- MIME
- text/csv
Free CSV conversion online: see which output formats are compatible, what csv spreadsheet format trades off, and how to pick the right one.
A CSV source is plain-text rows and fields separated by a delimiter rather than a workbook object model. Its useful destination depends on which stored properties the receiving workflow actually consumes.
Structured data meant to be sorted, filtered, and computed
Start with the exact editor, player, reader, browser, device, or publishing service that must accept the result.
Text, pages, styles, tables, links, and embedded objects all have to survive a document conversion, and fixed-layout formats store them very differently from editable ones.
plain-text rows and fields separated by a delimiter rather than a workbook object model
Formulas, formatting, charts, multiple sheets, data types, and leading zeros can disappear or be reinterpreted.
Import the result with the intended delimiter and encoding, then check dates, quotes, and leading zeros.
Each link below is a real CSV source or destination workflow.