Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorkbook Interface / 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
    java.lang.String toSjsJson( 
       SjsSaveOptions options
    )

    Parameters

    options
    Option for opening SpreadJS .sjs file.

    Return Value

    Json data
    See Also