com.grapecity.documents.excel Package / Workbook Class / toSjsJson Method / toSjsJson(OutputStream,SjsSaveOptions) Method
The specified file stream.
Option for opening SpreadJS .sjs file.
In This Topic
toSjsJson(OutputStream,SjsSaveOptions) 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
public void toSjsJson( 
   java.io.OutputStream stream,
   SjsSaveOptions options
)

Parameters

stream
The specified file stream.
options
Option for opening SpreadJS .sjs file.
See Also