How to disable " Protected View " Properties of excel

Hi Team,


I want to disable the sub-options under “Protected View” options of an excel workbook.
Could you please help me with sample java code for the same.

Please find the screenshot for the options im referring to.

Thanks in advance,
Sanjeev

Hi,


Thanks for your posting and considering Aspose.Cells.

No, you cannot do it using Aspose.Cells. It is the feature of Microsoft Excel Application, it is not related to Excel format. Aspose.Cells deals with Excel formats only like xls, xlsx, xlsb, csv etc, but it cannot help you with Microsoft Excel Application. In order to do it, you will have to use Office Developer Tools which are only good with client-side applications and you cannot use them in server-side application.