This command is used when we need to enable Excel
Services for excel workbooks and disable Excel Web App.
New-SPWOPISuppressionSetting
Below is the command to run in SharePoint 2013
Management Shell as Administrator :
New-SPWOPISuppressionSetting –Extension “XLSX” -Action
“view”
New-SPWOPISuppressionSetting –Extension “XLS” -Action
“view”
I'm having the same issue with Sharepoint 2013 - Dev box. I followed your recommendations but I still get the same error. Any other suggestions?
ReplyDeleteThanks,
can you briefly explain the steps you have done in your environment and at what point you ran the New-SPWOPISuppressionSetting and what is the error you are getting?
ReplyDeleteVery helpful--thanks!
ReplyDelete