Class EbookConverter
Info
Converter for conversion between ebook and other spreadsheet file formats.
public class EbookConverter
Inheritance
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:saveOptions
SaveOptions: Options for output and saving
Namespace: Sheetize Assembly: Sheetize.dll