Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorkbook Interface / fromSjsJson Method / fromSjsJson(InputStream,SjsOpenOptions) Method
The JSON stream.
The open options for opening SpreadJS .sjs file.
In This Topic
    fromSjsJson(InputStream,SjsOpenOptions) 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,
       SjsOpenOptions openOptions
    )

    Parameters

    stream
    The JSON stream.
    openOptions
    The open options for opening SpreadJS .sjs file.
    See Also