Class SpreadsheetUnlocker
Information
Déverrouille le fichier de la feuille de calcul.
public class SpreadsheetUnlocker
Héritage
Membres hérités
- object.ToString(),
- object.Equals(object),
- object.Equals(object, object),
- object.ReferenceEquals(object, object),
- object.GetHashCode(),
- object.GetType(),
- object.MemberwiseClone()
Exemples
1SpreadsheetUnlocker processor = new SpreadsheetUnlocker();
2UnlockerLoadOptions loadOptions = new UnlockerLoadOptions();
3loadOptions.InputFile = "Template.xlsx";
4loadOptions.Password = "mot de passe pour ouvrir le fichier";
5SpreadsheetSaveOptions saveOptions = new SpreadsheetSaveOptions();
6saveOptions.OutputFile = "res.xlsx";
7processor.Process(loadOptions, saveOptions);
Constructeurs
SpreadsheetUnlocker()
public SpreadsheetUnlocker()
Méthodes
Process(UnlockerLoadOptions, SpreadsheetSaveOptions)
public void Process(UnlockerLoadOptions loadOptions, SpreadsheetSaveOptions saveOptions)
Paramètres
loadOptions
UnlockerLoadOptions: Options pour l’entrée et le chargement :saveOptions
SpreadsheetSaveOptions: Options pour la sortie et l’enregistrement
Namespace: Sheetize Assembly: Sheetize.dll