Class UnlockerLoadOptions

Info

Options to unlock excel files.

public class UnlockerLoadOptions : LoadOptions

Inheritance

objectLoadOptionsUnlockerLoadOptions

Inherited Members

Constructors

UnlockerLoadOptions()

public UnlockerLoadOptions()

Properties

Password

Password to open the file.

public string Password { get; set; }

Property Value

string

PasswordOfWorkbookProtection

Password to protect the workbook. If it is null, workbook protection will be kept without change.

public string PasswordOfWorkbookProtection { get; set; }

Property Value

string

PasswordOfWriteProtection

Password to modify the file. If it is null, write protection will be kept without change.

public string PasswordOfWriteProtection { get; set; }

Property Value

string

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

 English