Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorkbook Interface / open Method / open(String,OpenFileFormat) Method
The specified file.
The format of the file.
In This Topic
    open(String,OpenFileFormat) Method
    In This Topic
    Opens the specified format file.
    Syntax
    void open( 
       java.lang.String fileName,
       OpenFileFormat fileFormat
    )

    Parameters

    fileName
    The specified file.
    fileFormat
    The format of the file.
    See Also