开发者

Protecting Excel work book using SpreadsheetGear in C#

开发者 https://www.devze.com 2022-12-27 15:49 出处:网络
What is best possible way t开发者_运维技巧o protect Excel work book(read only) and work sheets without using

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

精彩评论

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