com.grapecity.documents.excel Package / ITable Interface / fromJson Method
The JSON string representing the table.
In This Topic
fromJson Method
In This Topic
Generate the table from json string.
Syntax
void fromJson( 
   java.lang.String json
)

Parameters

json
The JSON string representing the table.
See Also