Class TextConverter

Class TextConverter

Konverter za konverziju između formata na temelju teksta (csv, markdown, dif…) i drugih formatova datoteke spreadsheet.
public class TextConverter

Inheritance

object TextConverter

naslijeđeni članovi

Examples

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

Methods

Process(Sljedeći članakSaveOptions)

Konvertira formate datoteke između formata na temelju teksta i drugih formatova skladišta

public static void Process(LoadOptions loadOptions, SaveOptions saveOptions)

Parameters

nazivni prostor: Sheetize Zajednička skupština: Sheetize.dll

 Hrvatski