Old Macintosh files are kind of small directory containing 2 sub-files: one called “data fork” is equivalent to a traditional file, the other one called “resource fork” contains a small poor man’s DB with lots of meta data.
When you open a Mac file under another OS, this OS sees only the data fork. Unfortunately, your Word file is stored in a binary format in the “data fork” and cannot be decoded without the help of the “resource fork” metadata.
To be able to read your file, you must first transform it into a “data fork”-only format. You can do it only if you still have access to a vintage Mac and the adequate Word version. In this case, you can try text format (you lose all styling) or Rich Text Format RTF (but styling will anyway be distorted).
Then, the file can be processed by LO, BUT expect some more difficulty due to the MacRoman character set which is different from Unicode used by LO. MacRoman is a single-byte character set covering the full 0-255 range. It then conflicts with the 0xA0-0xFF UTF-8 range used for multi-byte sequences: this results in funny glyph display. However, these artefacts are deterministic and you can map them unambiguously to the original character.
Note:
The “string” WDBNMSWD is a format/creator signature telling the file was created by M$ Word (MSWD) and stored in Word binary format (WDBN). This information is used by MacOS to launch the required application in response to a double-click on the file icon, or by Finder (the file manager) to display an ad-hoc icon.
I can eventually do the conversion, provided you manage to transfer the original file unaltered (i.e. with its data and resource forks), but this probably means you have access to a vintage Mac and can do the conversion yourself. In case you can’t convert, use CompactPro or Stuffit to create a compressed data fork-only version of your file before transmitting it through the Internet.
If you want to do it all by yourself, the tricky part is exporting the converted file to “modern” OSes. Vintage Macs can only use diskettes (I’ve tried Ethernet LAN but FTP servers on Mac errouneously attempt a MacRoman to ISO-8859-1 translation which causes havoc at the receiving computer). Create a tar diskette for the converted file. Next, use an old diskette-capable computer to upgrade to modern technology: I use a Linux IBM ThinkPad T20 to recover the file and have it exposed on my LAN.
I was able to recover 20+ years old Word documents in a state where they could be read though quite “distorted”. I have not yet attempted to recover Excel files but the procedure should be similar.