Class TextConverter

Info

Converter for conversion between text based formats(csv, markdown, dif…) and other spreadsheet file formats.

public class TextConverter

Inheritance

objectTextConverter

Inherited Members

Examples

[C#]
LoadOptions loadOptions = new LoadOptions();
loadOptions.InputFile = "Template.csv";
TextSaveOptions saveOptions = new TextSaveOptions();
saveOptions.OutputFile = "res.xlsx";
TextConverter.Process(loadOptions, saveOptions);

Methods

Process(LoadOptions, SaveOptions)

Converts file format between text based formats and other spreadsheet file formats

public static void Process(LoadOptions loadOptions, SaveOptions saveOptions)

Parameters

Namespace: Sheetize Assembly: Sheetize.dll

 English