Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / 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
    Generates a worksheet from the JSON string.
    Syntax
    void FromJson( 
       System.string json,
       DeserializationOptions deserializationOptions
    )

    Parameters

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