java.lang.Object
com.aspose.cells.JsonUtility
public class JsonUtility
| Constructor Summary |
|---|
JsonUtility()
|
| Method Summary | ||
|---|---|---|
static java.lang.String | exportRangeToJson(Range range, ExportRangeToJsonOptions 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. | ||
| Constructor Detail |
|---|
public JsonUtility()
| Method Detail |
|---|
importData | |
public static int[] importData(java.lang.String json, Cells cells, int row, int column, JsonLayoutOptions option) throws java.lang.Exception | |
json - The json string.cells - The Cells.row - The row index.column - The column index.option - The options of import json string.exportRangeToJson | |
public static java.lang.String exportRangeToJson(Range range, ExportRangeToJsonOptions options) throws java.lang.Exception | |
range - The range.options - The options of exporting.