Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorkbook Interface / fromSjsJson Method / fromSjsJson(String,SjsOpenOptions) Method
The JSON string.
The open options for opening SpreadJS .sjs file.
In This Topic
    fromSjsJson(String,SjsOpenOptions) Method
    In This Topic
    Generates a workbook from a JSON string containing the contents of .sjs file format.
    Syntax
    void fromSjsJson( 
       java.lang.String json,
       SjsOpenOptions openOptions
    )

    Parameters

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