Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorkbook Interface / FromJson Method / FromJson(Stream,DeserializationOptions) Method
The stream
The DeserializationOptions object.
In This Topic
    FromJson(Stream,DeserializationOptions) Method
    In This Topic
    Generates a workbook from a JSON stream.
    Syntax
    System.Collections.Generic.IList<JsonError> FromJson( 
       System.IO.Stream stream,
       DeserializationOptions deserializationOptions
    )

    Parameters

    stream
    The stream
    deserializationOptions
    The DeserializationOptions object.

    Return Value

    The errors in the JSON.
    See Also