What is best possible way to protect Excel work book(read only) and work sheets without using
password using SpreadsheetGear dll in c#?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Setting IWorksheet.ProtectContents to true protects a worksheet without attaching a password to it.
SpreadsheetGear 2009 does not support workbook protection / passwords. SpreadsheetGear 2010 does support workbook protection with a new IWorkbook.Protect(…) method, and also supports reading and writing password protected workbooks. We intend to release SpreadsheetGear 2010 this summer.