GrapeCity.Documents.Excel Namespace / Workbook Class / FromJson Method / FromJson(String,DeserializationOptions) Method
the json
the DeserializationOptions object
In This Topic
FromJson(String,DeserializationOptions) Method
In This Topic
Generates a workbook from a json string.
Syntax
public System.Collections.Generic.IList<JsonError> FromJson( 
   System.string json,
   DeserializationOptions deserializationOptions
)

Parameters

json
the json
deserializationOptions
the DeserializationOptions object

Return Value

The errors in the json
See Also