Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorkbook Interface / toJson Method / toJson(SerializationOptions) Method
the SerializationOptions object.
In This Topic
    toJson(SerializationOptions) Method
    In This Topic
    Generates a json string from the workbook.
    Syntax
    java.lang.String toJson( 
       SerializationOptions serializationOptions
    )

    Parameters

    serializationOptions
    the SerializationOptions object.

    Return Value

    The json string
    See Also