Link Search Menu Expand Document

SpreadsheetImportFromJSON Method

Fills the spreadsheet with rows and columns from JSON data string.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public void ImportFromJSON(
	string jsonString
)

Parameters

jsonString
Type: SystemString
String containing JSON data.

Implements

ISpreadsheetImportFromJSON(String)
See Also

Reference