lookup> .ods

.ODS·File Extension

OpenDocument SpreadsheetLibreOffice/OpenOffice spreadsheet document.

Extension.ods
File typeOpenDocument Spreadsheet
CategoryDocument
Charset
CompressibleNo
Format familyods

What is a .ods file?

A .ods file is a OpenDocument Spreadsheet — LibreOffice/OpenOffice spreadsheet document.

In the mime-db registry it maps to application/vnd.oasis.opendocument.spreadsheet, and it is marked as non-compressible. When serving .ods over HTTP, set the Content-Type header as shown in Developer info below.

Related entities: it maps to application/vnd.oasis.opendocument.spreadsheet — and is delivered over HTTP via the Content-Type header.

  • Use LibreOffice or Microsoft Excel to open and edit .ods files.
  • Any text editor (Notepad, VS Code) can inspect the raw content as text.

When served over HTTP, responses should set the following header:

Content-Type: application/vnd.oasis.opendocument.spreadsheet

Common software that reads/writes .ods:

LibreOfficeMicrosoft Excel
.odsextension of
format
odsserved as
mime type
application/vnd.oasis.opendocument.spreadsheetsent via header
http header
  • Reports and letters
  • Spreadsheets and budgets
  • Presentations
  • Ebooks
  • Open the file with LibreOffice, make your changes and save.
  • Most editors preserve the original formatting and encoding — avoid changing the charset.
  • Create a new file and save it with the .ods extension, or export this format from LibreOffice.

What programs can open .ods files?

Common options include LibreOffice, Microsoft Excel. You can also open many of these files with built-in viewers or a browser.

How do I create a .ods file?

Create a new file in any text editor or the app that owns the format and save it with the .ods extension.

What is the relationship between .ods and the application/vnd.oasis.opendocument.spreadsheet MIME type?

application/vnd.oasis.opendocument.spreadsheet is the media type identifier used for .ods files during network transfer (for example in the HTTP Content-Type header).

Updated 2026-08-18

Related extensions

Related MIME types

Related headers

Related methods

Related status codes