开发者

Protecting Excel work book using SpreadsheetGear in C#

What is best possible way t开发者_运维技巧o protect Excel work book(read only) and work sheets without using

password using SpreadsheetGear dll in c#?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜