OfficeM8

Convert ODS to CSV

Turn an OpenDocument Spreadsheet (.ods) file into a plain CSV file any other tool can import.

Up to 10 MB.

How it works

  1. Drag and drop your OpenDocument Spreadsheet (.ods) file below.
  2. Click Convert to download as a CSV file.

What this tool does to your file

The OpenDocument Spreadsheet is written out as comma-separated values, ready to import into anything. One sheet becomes one CSV, because the format has no way to hold more than one. Formulas are written as their last calculated result rather than as formulas. Rows are padded to the width of the widest row so that column positions stay consistent down the file — CSV consumers index by position, and a ragged file shifts values into the wrong column for any row that ended early. Cell formatting, colours, merged cells and column widths are all dropped: CSV holds values and nothing else. An .ods is a compressed container, so the ceiling that applies is how far it expands while being read, capped at 200 MB, rather than its size on disk.

What happens to your files

All tools