Class SpreadsheetUnlocker
Informazione
Sblocca il file del foglio di calcolo.
public class SpreadsheetUnlocker
Ereditarietà
Membri ereditati
- object.ToString(),
- object.Equals(object),
- object.Equals(object, object),
- object.ReferenceEquals(object, object),
- object.GetHashCode(),
- object.GetType(),
- object.MemberwiseClone()
Esempi
1SpreadsheetUnlocker processor = new SpreadsheetUnlocker();
2UnlockerLoadOptions loadOptions = new UnlockerLoadOptions();
3loadOptions.InputFile = "Template.xlsx";
4loadOptions.Password = "password per aprire il file";
5SpreadsheetSaveOptions saveOptions = new SpreadsheetSaveOptions();
6saveOptions.OutputFile = "res.xlsx";
7processor.Process(loadOptions, saveOptions);
Costruttori
SpreadsheetUnlocker()
public SpreadsheetUnlocker()
Metodi
Process(UnlockerLoadOptions, SpreadsheetSaveOptions)
public void Process(UnlockerLoadOptions loadOptions, SpreadsheetSaveOptions saveOptions)
Parametri
loadOptions
UnlockerLoadOptions: Opzioni per input e caricamento:saveOptions
SpreadsheetSaveOptions: Opzioni per output e salvataggio
Namespace: Sheetize Assembly: Sheetize.dll