Aspose::Cells::Utility::JsonUtility class
Contents
[
Hide
]JsonUtility class
Represents the utility class of processing json.
class JsonUtility
Methods
Method | Description |
---|---|
static ExportRangeToJson(const Range& range, const JsonSaveOptions& options) | Exporting the range to json file. |
static ImportData(const U16String& json, const Cells& cells, int32_t row, int32_t column, const JsonLayoutOptions& option) | Import the json string. |
static ImportData(const char16_t* json, const Cells& cells, int32_t row, int32_t column, const JsonLayoutOptions& option) | Import the json string. |
IsNull() const | Checks whether the implementation object is nullptr. |
JsonUtility() | Default constructor. |
JsonUtility(JsonUtility_Impl* impl) | Constructs from an implementation object. |
JsonUtility(const JsonUtility& src) | Copy constructor. |
explicit operator bool() const | operator bool() |
operator=(const JsonUtility& src) | operator= |
~JsonUtility() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Utility
- Library Aspose.Cells for C++