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

    Parameters

    stream
    the input stream.
    See Also