Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Workbook Class / open Method / open(String) Method
The specified file.
In This Topic
    open(String) Method
    In This Topic
    Opens the file with default options. The file type is inferred from file extension.
    Syntax
    public void open( 
       java.lang.String fileName
    )

    Parameters

    fileName
    The specified file.
    See Also