Constructor Summary |
---|
Method Summary | ||
---|---|---|
static method | exportRangeToJson(range, options) | |
Exporting the range to json file.
|
||
static method | exportRangeToJson(range, options) | |
Exporting the range to json file.
|
||
static method | importData(json, cells, row, column, option) | |
Import the json string.
|
static int[] importData(json, cells, row, column, option)
json: String
- The json string.cells: Cells
- The Cells.row: int
- The row index.column: int
- The column index.option: JsonLayoutOptions
- The options of import json string.static String exportRangeToJson(range, options)
range: Range
- The range.options: ExportRangeToJsonOptions
- The options of exporting.static String exportRangeToJson(range, options)
range: Range
- The range.options: JsonSaveOptions
- The options of exporting.