Class JsonConverter

Class JsonConverter

Namespace: Aspose.Cells.LowCode
Assembly: Aspose.Cells.dll (25.4.0)

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

public class JsonConverter

Inheritance

object JsonConverter

Examples

JsonConverter.Process("data.json", "res.xlsx");

Methods

Process(string, string)

Converts given template file between json and other formats.

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

The template file to be converted

resultFile string

The resultant file

Process(LowCodeLoadOptions, LowCodeSaveOptions)

Converts between json data and other spreadsheet file formats.

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

Options for input and loading

saveOptions LowCodeSaveOptions

Options for output and saving

 English