Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Workbook Class / fromJson Method / fromJson(String) Method
the input JSON string.
In This Topic
    fromJson(String) Method
    In This Topic
    Generates a workbook from the JSON string.
    Syntax
    public java.util.List<JsonError> fromJson( 
       java.lang.String json
    )

    Parameters

    json
    the input JSON string.
    See Also