Aspose::Cells::LowCode::JsonConverter class
Contents
[
Hide
]JsonConverter class
Converter for conversion between json data structure and other spreadsheet file formats.
class JsonConverter
Methods
| Method | Description |
|---|---|
| IsNull() const | Checks whether the implementation object is nullptr. |
| JsonConverter(JsonConverter_Impl* impl) | Constructs from an implementation object. |
| JsonConverter(const JsonConverter& src) | Copy constructor. |
| explicit operator bool() const | operator 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
| Field | Description |
|---|---|
| _impl | The implementation object. |
Examples
JsonConverter::Process(u"data.json", u"res.xlsx");
See Also
- Namespace Aspose::Cells::LowCode
- Library Aspose.Cells for C++