What is the difference between .wk1 and .csv?
- Extension
- .wk1
- .csv
- Format
- Binary
- Text
- Category
- Spreadsheet
- Developer
- Developer
- IBM
- Microsoft
- Description
- Lotus Worksheet (wk1) is a file type used by the Lotus 1-2-3 spreadsheet application. It is a binary file format used to store worksheets, which can contain numerical and textual data, as well as formulas, charts, and images. It is now considered an obsolete file type and is replaced by the newer xlsx format.
- A CSV file is a comma separated values file commonly used by spreadsheet programs such as Microsoft Excel or OpenOffice Calc. It contains plain text data sets separated by commas with each new line in the CSV file representing a new database row and each database row consisting of one or more fields separated by a comma. CSV files are often opened by spreadsheet programs to be organized into cells or used for transferring data between databases.
- MIME Type
- application/vnd.lotus-1-2-3
- text/csv
- Sample
- sample.csv
- Wikipedia
- .csv on Wikipedia