Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorkbook Interface / fromSjsJson Method / fromSjsJson(InputStream) Method
The JSON stream.
In This Topic
    fromSjsJson(InputStream) Method
    In This Topic
    Generates a workbook from a JSON stream containing the contents of .sjs file format.
    Syntax
    void fromSjsJson( 
       java.io.InputStream stream
    )

    Parameters

    stream
    The JSON stream.
    See Also