Class SpreadsheetUnlocker

Class SpreadsheetUnlocker

Desbloqueja el fitxer de la fletxa.
public class SpreadsheetUnlocker

Inheritance

object SpreadsheetUnlocker

Membres heretats

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, Opcions d’enviament)

public static void Process(UnlockerLoadOptions loadOptions, SaveOptions saveOptions)

Parameters

Remarks

El fitxer rescatat després de ser desbloquejat sempre tindrà el mateix format amb el fitxer font.

Nom dels espais: Sheetize Assemblea de l’Assemblea: Sheetize.dll

 Català