Class TextConverter

Info

Konwerter do konwersji między formatami tekstowymi (csv, markdown, dif…) a innymi formatami plików arkuszy kalkulacyjnych.

public class TextConverter

Dziedziczenie

objectTextConverter

Członkowie dziedziczeni

Przykłady

1TextConverter converter = new TextConverter();
2LoadOptions loadOptions = new LoadOptions();
3loadOptions.InputFile = "Template.csv";
4TextSaveOptions saveOptions = new TextSaveOptions();
5saveOptions.OutputFile = "res.xlsx";
6converter.Process(loadOptions, saveOptions);

Konstruktory

TextConverter()

public TextConverter()

Metody

Process(LoadOptions, TextSaveOptions)

Konwertuje format pliku między formatami tekstowymi a innymi formatami plików arkuszy kalkulacyjnych

public void Process(LoadOptions loadOptions, TextSaveOptions saveOptions)

Parametry

Namespace: Sheetize Assembly: Sheetize.dll

 Polski