Class JsonConverter

Info

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

public class JsonConverter

Inheritance

objectJsonConverter

Inherited Members

Examples

[C#]
LoadOptions loadOptions = new LoadOptions();
loadOptions.InputFile = "data.json";
SaveOptions saveOptions = new SaveOptions();
saveOptions.OutputFile = "res.xlsx";
JsonConverter.Process(loadOptions, saveOptions);

Methods

Process(LoadOptions, SaveOptions)

Converts between json data and other spreadsheet file formats.

public static void Process(LoadOptions loadOptions, SaveOptions saveOptions)

Parameters

Namespace: Sheetize Assembly: Sheetize.dll

 English