com.grapecity.documents.excel Package / Workbook Class / toSjsJson Method / toSjsJson(SjsSaveOptions) Method
Option for opening SpreadJS .sjs file.
In This Topic
toSjsJson(SjsSaveOptions) Method
In This Topic
Generates a JSON string from a workbook. It integrates all JSON files from the SpreadJS .sjs file into a single string.
Syntax
public java.lang.String toSjsJson( 
   SjsSaveOptions options
)

Parameters

options
Option for opening SpreadJS .sjs file.

Return Value

Json data.
See Also