Class SpreadsheetUnlocker
Class SpreadsheetUnlocker
Unlock spreadsheet filer.
public class SpreadsheetUnlocker
Inheritance
De arvede medlemmer
- object.GetType() ,
- object.MemberwiseClone() ,
- object.ToString() ,
- object.Equals(object?) ,
- object.Equals(object?, object?) ,
- object.ReferenceEquals(object?, object?) ,
- object.GetHashCode()
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(Beskyttelse af UnlockerLoadOptions)
public static void Process(UnlockerLoadOptions loadOptions, SaveOptions saveOptions)
Parameters
loadOptions
UnlockerLoadOptions : Optioner til indgang og opladning:saveOptions
SaveOptions : Optioner til produktion og besparelse
Remarks
Den genoprettede fil, efter at den er lukket, vil altid have det samme format som kildefilen.
Navne til: Sheetize Mødet af forsamlingen: Sheetize.dll