Class SpreadsheetUnlocker

Class SpreadsheetUnlocker

Entfernen der Spreadsheet-Datei.
public class SpreadsheetUnlocker

Inheritance

object SpreadsheetUnlocker

Vererbte Mitglieder

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, Lösungsoptionen)

public static void Process(UnlockerLoadOptions loadOptions, SaveOptions saveOptions)

Parameters

Remarks

Die neu gespeicherte Datei nach der Unlockung wird immer das gleiche Format mit der Quelldatei haben.

Der Name: Sheetize Verabschiedung der Versammlung: Sheetize.dll

 Deutsch