Class EbookConverter
Class EbookConverter
Converter for conversion between ebook and other spreadsheet file formats.
public class EbookConverterInheritance
Inherited Members
- 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 = "MyStory.xlsx";
EbookSaveOptions saveOptions = new EbookSaveOptions();
saveOptions.OutputFile = "res.epub";
EbookConverter.Process(loadOptions, saveOptions);Methods
Process(LoadOptions, SaveOptions)
Converts between ebook and other spreadsheet file formats.
public static void Process(LoadOptions loadOptions, SaveOptions saveOptions)Parameters
- LoadOptions LoadOptions : Options for input and loading:
saveOptionsSaveOptions : Options for output and saving
Namespace: Sheetize | Assembly: Sheetize.dll