What is the difference between .gnumeric and .tab?
- Extension
 - .gnumeric
 - .tab
 
- Format
 - Text
 - Text
 
- Category
 - Spreadsheet
 - Database
 
- Developer
 - The GNOME Project
 
- Description
 - Gnumeric Spreadsheet is a free and open-source spreadsheet program developed for the GNOME desktop. It is designed to read and write both Microsoft Excel and OpenDocument Formats, and can export to a variety of other formats. It is well-suited for tasks such as data analysis and manipulation, as well as basic calculations.
 - A tab-separated values (TSV) file is a simple text format for storing data in a tabular structure, e.g., database table or spreadsheet data, and a way of exchanging information between databases.
 
- MIME Type
 - application/x-gnumeric
 - text/tab-separated-values
 
- Wikipedia
 - .gnumeric on Wikipedia
 - .tab on Wikipedia