Link Search Menu Expand Document

ISpreadsheetImportFromJSON Method

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.0.2045-master
Syntax
void ImportFromJSON(
	string jsonString
)

Parameters

jsonString
Type: SystemString
String containing JSON data.
See Also

Reference