Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Workbook Class / 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 file with specified file format.
    Syntax
    public void open( 
       java.lang.String fileName,
       OpenFileFormat fileFormat
    )

    Parameters

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