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

    Parameters

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