Class EbookConverter

Informazione

Convertitore per la conversione tra ebook e altri formati di file foglio di calcolo.

public class EbookConverter

Ereditarietà

objectEbookConverter

Membri Ereditati

Esempi

1EbookConverter converter = new EbookConverter();
2LoadOptions loadOptions = new LoadOptions();
3loadOptions.InputFile = "MyStory.xlsx";
4EbookSaveOptions saveOptions = new EbookSaveOptions();
5saveOptions.OutputFile = "res.epub";
6converter.Process(loadOptions, saveOptions);

Costruttori

EbookConverter()

public EbookConverter()

Metodi

Process(LoadOptions, EbookSaveOptions)

Converte tra ebook e altri formati di file foglio di calcolo.

public void Process(LoadOptions loadOptions, EbookSaveOptions saveOptions)

Parametri

Namespace: Sheetize Assembly: Sheetize.dll

 Italiano