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

    Parameters

    stream
    the input json stream.
    See Also