Class JsonConverter

Info

Converter for conversion between json data and other spreadsheet file formats.

public class JsonConverter

Inheritance

objectJsonConverter

Inherited Members

Examples

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

Constructors

JsonConverter()

public JsonConverter()

Methods

Process(LoadOptions, JsonSaveOptions)

Converts between json data and other spreadsheet file formats.

public void Process(LoadOptions loadOptions, JsonSaveOptions saveOptions)

Parameters

Namespace: Sheetize Assembly: Sheetize.dll

 English