Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorkbook Interface / fromSjsJson Method / fromSjsJson(String) Method
The JSON string.
In This Topic
    fromSjsJson(String) 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
    )

    Parameters

    json
    The JSON string.
    See Also