Class JsonConverter

Info

Konvertor pro převod mezi json daty a dalšími formáty souborů tabulek.

public class JsonConverter

Dědičnost

objectJsonConverter

Děděné členy

Příklady

1JsonConverter converter = new JsonConverter();
2LoadOptions loadOptions = new LoadOptions();
3loadOptions.InputFile = "data.json";
4JsonSaveOptions saveOptions = new JsonSaveOptions();
5saveOptions.OutputFile = "res.xlsx";
6converter.Process(loadOptions, saveOptions);

Konstruktory

JsonConverter()

public JsonConverter()

Metody

Process(LoadOptions, JsonSaveOptions)

Převádí mezi json daty a dalšími formáty souborů tabulek.

public void Process(LoadOptions loadOptions, JsonSaveOptions saveOptions)

Parametry

Namespace: Sheetize Assembly: Sheetize.dll

 Čeština