Class SpreadsheetConverter
Class SpreadsheetConverter
Konvertor pre konverziu medzi rôznymi formátmi súboru spreadsheet, ako sú xls, xLSx, XLSB, spreadheet ml…
public class SpreadsheetConverter
Inheritance
Z dedičných členov
- object.GetType() ,
- object.MemberwiseClone() ,
- object.ToString() ,
- object.Equals(object?) ,
- object.Equals(object?, object?) ,
- object.ReferenceEquals(object?, object?) ,
- object.GetHashCode()
Examples
[C#]
LoadOptions loadOptions = new LoadOptions();
loadOptions.InputFile = "Template.xlsx";
SpreadsheetSaveOptions saveOptions = new SpreadsheetSaveOptions();
saveOptions.OutputFile = "res.xlsb";
SpreadsheetConverter.Process(loadOptions, saveOptions);
Methods
Process(Spoločnosť Loadoptions, SaveOptions)
Konvertovať medzi rôznymi formátmi súborov spreadsheet.
public static void Process(LoadOptions loadOptions, SaveOptions saveOptions)
Parameters
loadOptions
LoadOptions Možnosti vstupu a nabíjania:saveOptions
SaveOptions : Možnosti pre výnos a úsporu
Pôvodný názov: Sheetize Zhromaždenie sa uskutočnilo: Sheetize.dll