Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Workbook Class / open Method / open(String,String) Method
The excel file.
The password of the file.
In This Topic
    open(String,String) Method
    In This Topic
    Opens the specified excel file
    Syntax
    public void open( 
       java.lang.String fileName,
       java.lang.String password
    )

    Parameters

    fileName
    The excel file.
    password
    The password of the file.
    See Also