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

    Parameters

    json
    the input json string.
    See Also