ISpreadsheetImportFromJSON Method Bytescout Spreadsheet SDK
Fills the spreadsheet with rows and columns from JSON data string.

Namespace:  Bytescout.Spreadsheet.COM
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

void ImportFromJSON(
	string jsonString
)

Parameters

jsonString
Type: SystemString
String containing JSON data.
See Also

Reference