Class SpreadsheetUnlocker

Class SpreadsheetUnlocker

Desbloquear el archivo.
public class SpreadsheetUnlocker

Inheritance

object SpreadsheetUnlocker

Miembros heredados

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, Opciones de salvamento)

public static void Process(UnlockerLoadOptions loadOptions, SaveOptions saveOptions)

Parameters

Remarks

El archivo reabierto después de ser desbloqueado siempre tendrá el mismo formato con el arquivo de fuente.

Nombre del espacio: Sheetize La Asamblea Nacional: Sheetize.dll

 Español