Convert ODT files into CSV format while preserving formatting.
| Feature | ODT | CSV |
|---|---|---|
| Compression | N/A | N/A |
| Layout | Preserved | Preserved |
| Compatibility | Legacy | Modern |
ODT (OpenDocument Text) is the open ISO-standard word processing format used by LibreOffice Writer and OpenOffice Writer.
CSV (Comma-Separated Values) is plain tabular data with no formulas, formatting, or multiple sheets — just rows and columns separated by commas.
What to expect: CSV doesn't support everything ODT does, so expect formatting like fonts, styles, or embedded objects to be dropped in the conversion.