com.grapecity.documents.excel Package / Workbook Class / 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
public java.lang.String toJson( 
   SerializationOptions serializationOptions
)

Parameters

serializationOptions
the SerializationOptions object.

Return Value

The JSON string
See Also