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

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

public void ImportFromJSON(
	string jsonString
)

Parameters

jsonString
Type: SystemString
String containing JSON data.

Implements

ISpreadsheetImportFromJSON(String)
See Also

Reference