Class SpreadsheetConverter
Class SpreadsheetConverter
Konvertor pro konverzi mezi různými formáty souboru spreadsheet, jako je xls, xLSx, XLSB, spreadheet ml…
public class SpreadsheetConverter
Inheritance
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í:saveOptions
SaveOptions : Možnosti pro vývoz a úsporu
Název místa: Sheetize Shromáždění v Brně: Sheetize.dll