Class EbookConverter

Info

Converter for conversion between ebook and other spreadsheet file formats.

public class EbookConverter

Inheritance

objectEbookConverter

Inherited Members

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

Namespace: Sheetize Assembly: Sheetize.dll

 English