Class UnlockerLoadOptions
Class UnlockerLoadOptions
Options to unlock excel files.
public class UnlockerLoadOptions : LoadOptions
Inheritance
object ← LoadOptions ← UnlockerLoadOptions
Inherited Members
- LoadOptions.InputFile ,
- LoadOptions.InputStream ,
- object.GetType() ,
- object.MemberwiseClone() ,
- object.ToString() ,
- object.Equals(object?) ,
- object.Equals(object?, object?) ,
- object.ReferenceEquals(object?, object?) ,
- object.GetHashCode()
Constructors
UnlockerLoadOptions()
public UnlockerLoadOptions()
Properties
Password
Password to open the file.
public string Password { get; set; }
Property Value
PasswordOfWorkbookProtection
Password to protect the workbook. If it is null, workbook protection will be kept without change.
public string PasswordOfWorkbookProtection { get; set; }
Property Value
PasswordOfWriteProtection
Password to modify the file. If it is null, write protection will be kept without change.
public string PasswordOfWriteProtection { get; set; }
Property Value
Methods
GetPasswordOfWorksheetProtection(SplitPartInfo)
Gets the password to unprotect one worksheet.
public virtual string GetPasswordOfWorksheetProtection(SplitPartInfo info)
Parameters
info
SplitPartInfo : Infomation about current sheet which needs to be unprotected.
Returns
string : the password to unprotect current sheet. If it is null, protection of current sheet will be kept without change.
Namespace: Sheetize | Assembly: Sheetize.dll