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