com.grapecity.documents.excel Package / Workbook Class / fromJson Method / fromJson(String,DeserializationOptions) Method
the JSON.
the DeserializationOptions object.
In This Topic
fromJson(String,DeserializationOptions) Method
In This Topic
Generates a workbook from a JSON string.
Syntax
public java.util.List<JsonError> fromJson( 
   java.lang.String json,
   DeserializationOptions deserializationOptions
)

Parameters

json
the JSON.
deserializationOptions
the DeserializationOptions object.

Return Value

the errors in the JSON.
See Also