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

    Return Value

    Json data
    See Also