I was working on an Excel file which I had saved earlier when my MacBook crashed (several hours between manual Save, extremely repentant at the moment). With help from another thread (Locating Autorecover files Excel 2011 doesn't find), I have been able to locate the AutoSave to myfile.xlsx in the ~Users/myAccount/Library/Application Support/Microsoft/Office/Office 2011 AutoRecovery folder.
Here is the problem: I can see the excel files ONLY in the Terminal but not in the Finder. In Finder I see only the MS Word AutoRecovery files. I tried copying the file I need using Terminal to my Desktop but then again I see it only in Terminal, and cannot open it.
ls -la gives (only myfile shown among many)
-rw-r--r--@ 1 myAccount 444659088 52963 Jun 30 17:15 AutoSave to 71360362myfile.xlsx
Upon recommendation, I also tried this:
Office 2011 AutoRecovery myAccount$ cat "AutoSave to myfile.xlsx" > /dev/null
which gives: -bash: /dev/null: No such file or directory
I'm using MS Office 2011 on Mac OS X (10.9.5). Any help will be appreciated. Thanks in advance.