What is the difference between .ods and .tar.gz?
- Extension
- .ods
- .tar.gz
- 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's a TAR archive file compressed using GNU zip compression codec. Mainly used by Linux OS to package programs, files, and installers.
- MIME Type
- application/vnd.oasis.opendocument.spreadsheet
- application/gzip
- Sample
- sample.ods
- sample.tar.gz
- Wikipedia
- .ods on Wikipedia
- .tar.gz on Wikipedia