Class SpreadsheetConverter
Class SpreadsheetConverter
Konvertor pro konverzi mezi různými formáty souboru spreadsheet, jako je xls, xLSx, XLSB, spreadheet ml…
public class SpreadsheetConverterInheritance
Dědiční č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(Nabídky, SaveOptions)
Konvertuje mezi různými formáty souborů spreadsheet.
public static void Process(LoadOptions loadOptions, SaveOptions saveOptions)Parameters
- LoadOptions LoadOptions : Možnosti vstupu a nabíjení:
LoadOptions( https://reference.sheetize.com/sheetize.saveoptions/ ) SaveOptions : Možnosti pro vývoz a úsporu
Název místa: Sheetize Shromáždění v Brně: Sheetize.dll