Class SpreadsheetUnlocker
Informação
Desbloqueia arquivo de planilha.
``csharp public class SpreadsheetUnlocker
#### Herança
[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[SpreadsheetUnlocker](Sheetize.SpreadsheetUnlocker.md)
#### Membros Herdados
- [object.ToString\(\)](https://learn.microsoft.com/dotnet/api/system.object.tostring),
- [object.Equals\(object\)](https://learn.microsoft.com/dotnet/api/system.object.equals\#system\-object\-equals\(system\-object\)),
- [object.Equals\(object, object\)](https://learn.microsoft.com/dotnet/api/system.object.equals\#system\-object\-equals\(system\-object\-system\-object\)),
- [object.ReferenceEquals\(object, object\)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
- [object.GetHashCode\(\)](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
- [object.GetType\(\)](https://learn.microsoft.com/dotnet/api/system.object.gettype),
- [object.MemberwiseClone\(\)](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)
## Exemplos
1SpreadsheetUnlocker processor = new SpreadsheetUnlocker();
2UnlockerLoadOptions loadOptions = new UnlockerLoadOptions();
3loadOptions.InputFile = "Template.xlsx";
4loadOptions.Password = "senha para abrir o arquivo";
5SpreadsheetSaveOptions saveOptions = new SpreadsheetSaveOptions();
6saveOptions.OutputFile = "res.xlsx";
7processor.Process(loadOptions, saveOptions);
## Construtores
### <a id="Sheetize_SpreadsheetUnlocker__ctor"></a> SpreadsheetUnlocker\(\)
```csharp
public SpreadsheetUnlocker()
Métodos
Process(UnlockerLoadOptions, SpreadsheetSaveOptions)
public void Process(UnlockerLoadOptions loadOptions, SpreadsheetSaveOptions saveOptions)
Parâmetros
loadOptions
UnlockerLoadOptions: Opções para entrada e carregamento:saveOptions
SpreadsheetSaveOptions: Opções para saída e salvamento
Namespace: Sheetize Assembly: Sheetize.dll