Class SpreadsheetUnlocker

Info

Unlocks spreadsheet file.

public class SpreadsheetUnlocker

Inheritance

objectSpreadsheetUnlocker

Inherited Members

Examples

[C#]
UnlockerLoadOptions loadOptions = new UnlockerLoadOptions();
loadOptions.InputFile = "Template.xlsx";
loadOptions.Password = "password to open file";
SaveOptions saveOptions = new SaveOptions();
saveOptions.OutputFile = "res.xlsx";
SpreadsheetUnlocker.Process(loadOptions, saveOptions);

Methods

Process(UnlockerLoadOptions, SaveOptions)

public static void Process(UnlockerLoadOptions loadOptions, SaveOptions saveOptions)

Parameters

Remarks

The re-saved file after being unlocked will always have the same format with the source file.

Namespace: Sheetize Assembly: Sheetize.dll

 English