Aspose::Cells::Utility::JsonUtility::ExportRangeToJson method

JsonUtility::ExportRangeToJson method

Exporting the range to json file.

static U16String Aspose::Cells::Utility::JsonUtility::ExportRangeToJson(const Range &range, const JsonSaveOptions &options)
ParameterTypeDescription
rangeconst Range&The range.
optionsconst JsonSaveOptions&The options of exporting.

ReturnValue

The json string value.

See Also