Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorkbook Interface / open Method / open(String,OpenOptionsBase) Method
The excel file.
The options of opening the file. Possible types:
In This Topic
    open(String,OpenOptionsBase) Method
    In This Topic
    Opens the file with specified options.
    Syntax
    void open( 
       java.lang.String fileName,
       OpenOptionsBase options
    )

    Parameters

    fileName
    The excel file.
    options
    The options of opening the file. Possible types:
    See Also