Which MIME types are related to file extension ".wk4"?

The .wk4 file extension is associated with 2 MIME types:

application/lotus123, application/vnd.lotus-1-2-3.

A MIME type is a string that tells browsers and other tools how to handle a particular kind of file.

About .wk4 Files

WK4 files are Lotus 1-2-3 worksheet documents.
They store spreadsheet data originally used by Lotus 1-2-3 versions 4 and 5.
The MIME types application/lotus123 and application/vnd.lotus-1-2-3 signal that these files were designed to handle tables, formulas, and basic charts.
They were popular for business, finance, and general data analysis in early spreadsheet work.
Programs like Lotus 1-2-3 and Lotus SmartSuite support these files. Some modern tools like OpenOffice or LibreOffice may also convert them.

Relationship between file extension and MIME type

A file extension is a suffix at the end of a filename that indicates what type of file it is. File extensions help both users and operating systems identify what application should be used to open the file.

File extensions are typically separated from the filename by a period (dot) and consist of 2-4 characters, though they can be longer. For example, in the filename "document.pdf", ".pdf" is the file extension.

File extensions are closely related to MIME types, as they both serve to identify the format of a file. However, while MIME types are used primarily by web browsers and servers, file extensions are used by operating systems and applications.

Associated MIME types

application/lotus123, application/vnd.lotus-1-2-3

FAQs

What is a .wk4 file?

A .wk4 file is a spreadsheet document created by Lotus 1-2-3, specifically versions 4 or 5. It contains data organized in rows and columns, along with formulas, macros, and charts. These files were standard in business environments before Microsoft Excel became the dominant spreadsheet software.

How can I open a WK4 file on Windows 10 or 11?

Since Lotus 1-2-3 is discontinued, the best way to open a WK4 file today is using LibreOffice Calc or Apache OpenOffice. These free, open-source suites maintain support for many legacy formats. Simply install the software, go to File > Open, and select your WK4 document.

Can Microsoft Excel open WK4 files?

Modern versions of Microsoft Excel (2013 and later) generally do not support opening WK4 files directly. Older versions of Excel (like 2003 or 2007) could open them, but often required changing 'File Block' security settings. It is recommended to convert the file using LibreOffice first if you need to use it in Excel.

How do I convert a WK4 file to Excel (.xlsx)?

To convert a WK4 file, open it in LibreOffice Calc, verify that the data looks correct, and then select File > Save As. In the 'Save as type' dropdown menu, choose Microsoft Excel 2007-365 (.xlsx). This will create a modern copy of your spreadsheet compatible with current Office software.

What is the MIME type for WK4 files?

The correct MIME types for Lotus 1-2-3 files are application/lotus123 or application/vnd.lotus-1-2-3. These identifiers tell web servers and browsers that the file is a Lotus spreadsheet. You can find more technical details about these types on mime-type.com.

Why does the file look like gibberish in Notepad?

WK4 files are binary files, not plain text. This means the data is encoded in a specific machine-readable format that text editors like Notepad cannot interpret. To view the contents, you must use a spreadsheet application capable of decoding the binary structure, such as Corel Quattro Pro or LibreOffice.

Are there any security risks with old WK4 files?

Like other spreadsheet formats, WK4 files can contain macros (scripts) intended to automate tasks. While modern software usually blocks these legacy macros from running, it is always safe practice to scan files from unknown sources before opening them.

General FAQ

What is a MIME type?

A MIME (Multipurpose Internet Mail Extensions) type is a standard that indicates the nature and format of a document, file, or assortment of bytes. MIME types are defined and standardized in IETF's RFC 6838.

MIME types are important because they help browsers and servers understand how to process a file. When a browser receives a file from a server, it uses the MIME type to determine how to display or handle the content, whether it's an image to display, a PDF to open in a viewer, or a video to play.

MIME types consist of a type and a subtype, separated by a slash (e.g., text/html, image/jpeg, application/pdf). Some MIME types also include optional parameters.

How do I find the MIME type for a file?

You can check the file extension or use a file identification tool such as file --mime-type on the command line. Many programming languages also provide libraries to detect MIME types.

Why can one extension have multiple MIME types?

Different programs and historical usage may assign various MIME identifiers to the same file format. Listing them together helps maintain compatibility across tools.