What is the difference between .ods and .tgz?
- Extension
- .ods
- .tgz
- Format
- Binary
- Binary
- Category
- Spreadsheet
- Compressed
- Developer
- Oracle
- GNU
- 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.
- Unix .TAR file archive compressed with Gnu Zip (.GZIP) compression; uses a TAR archive to bundle the files together and Gzip compression to reduce the file size; commonly used on Unix and Linux systems; originally created as the shorthand version of the compound extension .TAR.GZ.
- MIME Type
- application/vnd.oasis.opendocument.spreadsheet
- application/x-compressed
- Sample
- sample.ods
- sample.tgz
- Wikipedia
- .ods on Wikipedia
- .tgz on Wikipedia