How to open xlsx files with Excel 2013 by default on windows 8?
Solution 1:
I had the same issue, this solved it :
Control Panel > Programs > Uninstall a program > Select MS Office 2013 > Change > Quick Repair
Solution 2:
I have not verified this but this post documents using a batch file to control this for 2003 and 2010. Modified for your case it should be something like:
Open a command prompt and navigate to Excel 2010 directory
"c:\program files (x86)\Microsoft Office\Office14\Excel.exe" /unregserver
Then navigate to the Excel 2013 directory and re-register 2013
"c:\program files (x86)\Microsoft Office\Office15\Excel.exe" /regserver
Solution 3:
Select any spreadsheets using windows explorer
Right click on the file
Select Properties
Select "Change"
Selcet your Excel Application
Done!