Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorkbook Interface / 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
    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