Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
什么是保护 Excel 工作簿(只读)和工作表而不使用的最佳方法
在 C# 中使用 SpreadsheetGear dll 的密码?
将 IWorksheet.ProtectContents 设置为 true 可以保护工作表,而无需为其附加密码。
SpreadsheetGear 2009 不支持工作簿保护/密码。SpreadsheetGear 2010 确实支持使用新的 IWorkbook.Protect(...) 方法保护工作簿,并且还支持读取和写入受密码保护的工作簿。我们打算在今年夏天发布SpreadsheetGear 2010。