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