com.grapecity.documents.excel Package / Workbook Class / open Method / open(String,DeserializationOptions) Method
The specified JSON file.
The JSON deserialization options.
In This Topic
open(String,DeserializationOptions) Method
In This Topic
Opens the JSON file.
Syntax
public java.util.List<JsonError> open( 
   java.lang.String fileName,
   DeserializationOptions deserializationOptions
)

Parameters

fileName
The specified JSON file.
deserializationOptions
The JSON deserialization options.

Return Value

Json errors
See Also