A friend of me recently dumped his Mac fpr a PC. He used Microsoft Office for Mac and has several hundred Files (Word, Excel) which were copied over to the new PC using a USB disk.

Microsoft Office is now unable to read any of there files. I suspect this is because of little endian vs. big endian. Is there any tool which can converted all theses files automatically, doing this by hand would take ages.

link|improve this question
1  
I thought for a few minutes, trying to decide what my response to this question would be. In the end I only came up with one thing that could possibly describe how this question and conclusion made me feel. And that would be... o_O – Ignacio Vazquez-Abrams Apr 7 '10 at 8:06
feedback

migrated from serverfault.com Apr 7 '10 at 16:29

This question came from our site for system administrators and desktop support professionals.

3 Answers

I am quite certain this is no endian-ness issue as I never had any kind of problems like that with thousands of files opened constantly on both platforms by dozens of users in the last 10 years. Office itself took care of that while it was still an issue on the PPC platform.

You should try to read the files on a Mac to test if they are still readable there.

Beside that, this question should better be posted on superuser.com

link|improve this answer
feedback

Unless his Mac and version of Office predate OS X then, no, it's not big/small/medium endian, it's not Office.

Office 2004 and above documents are 99% compatible with Office 2003/7 - there may some slight formatting issues, but you would certainly be able to open them. Even pre Office 2004 I don't ever recall there being a problem.

I suspect the problem is with the particular copy of the files on the USB drive - is it perhaps formatted HFS?

link|improve this answer
feedback

If he's a looong time Mac user, he may never have gotten into the habit of adding .doc or .docx, .xls or .xlsx, etc. to the end of his filenames. Can you verify that his files have appropriate filename extensions on them?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.