Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorkbook Interface / 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
    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