Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorksheet Interface / fromJson Method / fromJson(InputStream,DeserializationOptions) Method
the input json stream.
the DeserializationOptions object.
In This Topic
    fromJson(InputStream,DeserializationOptions) Method
    In This Topic
    Syntax
    void fromJson( 
       java.io.InputStream stream,
       DeserializationOptions deserializationOptions
    )

    Parameters

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