public class JsonUtility
extends java.lang.Object
| Constructor and Description |
|---|
JsonUtility() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
exportRangeToJson(Range range,
ExportRangeToJsonOptions options)
Deprecated.
Use ExportRangeToJson(Range range, JsonSaveOptions options) method instead.
|
static java.lang.String |
exportRangeToJson(Range range,
JsonSaveOptions options)
Exporting the range to json file.
|
static int[] |
importData(java.lang.String json,
Cells cells,
int row,
int column,
JsonLayoutOptions option)
Import the json string.
|
public static int[] importData(java.lang.String json,
Cells cells,
int row,
int column,
JsonLayoutOptions option)
json - The json string.cells - The Cells.row - The row index.column - The column index.option - The options of import json string.public static java.lang.String exportRangeToJson(Range range, ExportRangeToJsonOptions options)
Remarks
NOTE: This member is now obsolete. Instead, please use ExportRangeToJson(Range range, JsonSaveOptions options) method. This property will be removed 6 months later since November 2022. Aspose apologizes for any inconvenience you may have experienced.range - The range.options - The options of exporting.public static java.lang.String exportRangeToJson(Range range, JsonSaveOptions options)
range - The range.options - The options of exporting.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.