Document Solutions for Excel, .NET Edition | Document Solutions
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