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

    Parameters

    json
    the json.

    Return Value

    the errors in the json.
    See Also