Aspose::Cells::LowCode::JsonConverter class

JsonConverter class

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

class JsonConverter

Methods

MethodDescription
IsNull() constChecks whether the implementation object is nullptr.
JsonConverter(JsonConverter_Impl* impl)Constructs from an implementation object.
JsonConverter(const JsonConverter& src)Copy constructor.
explicit operator bool() constoperator bool()
operator=(const JsonConverter& src)operator=
static Process(const U16String& templateFile, const U16String& resultFile)Converts given template file between json and other formats.
static Process(const char16_t* templateFile, const char16_t* resultFile)Converts given template file between json and other formats.
static Process(const LowCodeLoadOptions& loadOptions, const LowCodeSaveOptions& saveOptions)Converts between json data and other spreadsheet file formats.
~JsonConverter()Destructor.

Fields

FieldDescription
_implThe implementation object.

Examples

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

See Also