Class SpreadsheetUnlocker

Class SpreadsheetUnlocker

Verwijder het spreadsheet bestand.
public class SpreadsheetUnlocker

Inheritance

object SpreadsheetUnlocker

Geëerbiede leden

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, opslagopties)

public static void Process(UnlockerLoadOptions loadOptions, SaveOptions saveOptions)

Parameters

Remarks

De opnieuw opgeslagen bestand na het ontgrendelen zal altijd hetzelfde formaat hebben als de bronbestand.

De naam: Sheetize Voor de vergadering: Sheetize.dll

 Nederlands