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

    Parameters

    stream
    the stream

    Return Value

    the errors in the json.
    See Also