Class SpreadsheetConverter
Class SpreadsheetConverter
Konvertor pre konverziu medzi rôznymi formátmi súboru spreadsheet, ako sú xls, xLSx, XLSB, spreadheet ml…
public class SpreadsheetConverterInheritance
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:
saveOptionsSaveOptions : Možnosti pre výnos a úsporu
Pôvodný názov: Sheetize Zhromaždenie sa uskutočnilo: Sheetize.dll