Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorksheet Interface / FromJson Method / FromJson(Stream,DeserializationOptions) Method
the input JSON stream.
the DeserializationOptions object.
In This Topic
    FromJson(Stream,DeserializationOptions) Method
    In This Topic
    Generates a worksheet from the JSON stream.
    Syntax
    void FromJson( 
       System.IO.Stream stream,
       DeserializationOptions deserializationOptions
    )

    Parameters

    stream
    the input JSON stream.
    deserializationOptions
    the DeserializationOptions object.
    See Also