What is the difference between .ods and .tar.bz2?
- Extension
- .ods
- .tar.bz2
- Format
- Binary
- Binary
- Category
- Spreadsheet
- Compressed
- Developer
- Oracle
- The GNU Project
- Description
- A spreadsheet file developed by Calc program that is part of the Apache OpenOffice suite. It contains data in rows and column and is formatted using the OASIS OpenDocument XML-based standard.
- It is a TAR archive file compressed using BZ2 compression codec and is popularly used to distribute Linux application packages.
- MIME Type
- application/vnd.oasis.opendocument.spreadsheet
- application/x-bzip-compressed-tar
- Sample
- sample.ods
- sample.tar.bz2
- Wikipedia
- .ods on Wikipedia
- .tar.bz2 on Wikipedia