Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorkbook Interface / toSjsJson Method / toSjsJson(OutputStream) Method
The specified file stream.
In This Topic
    toSjsJson(OutputStream) Method
    In This Topic
    Integrates all JSON files from the SpreadJS .sjs file into a single string, then put the string into the stream.
    Syntax
    void toSjsJson( 
       java.io.OutputStream stream
    )

    Parameters

    stream
    The specified file stream.
    See Also