Class EbookConverter
Info
Converter for conversion between ebook and other spreadsheet file formats.
public class EbookConverter
Inheritance
Inherited Members
- object.ToString(),
- object.Equals(object),
- object.Equals(object, object),
- object.ReferenceEquals(object, object),
- object.GetHashCode(),
- object.GetType(),
- object.MemberwiseClone()
Examples
1EbookConverter converter = new EbookConverter();
2LoadOptions loadOptions = new LoadOptions();
3loadOptions.InputFile = "MyStory.xlsx";
4EbookSaveOptions saveOptions = new EbookSaveOptions();
5saveOptions.OutputFile = "res.epub";
6converter.Process(loadOptions, saveOptions);
Constructors
EbookConverter()
public EbookConverter()
Methods
Process(LoadOptions, EbookSaveOptions)
Converts between ebook and other spreadsheet file formats.
public void Process(LoadOptions loadOptions, EbookSaveOptions saveOptions)
Parameters
loadOptions
LoadOptions: Options for input and loading:saveOptions
EbookSaveOptions: Options for output and saving
Namespace: Sheetize Assembly: Sheetize.dll