Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Workbook Class / getNames Method / getNames(String) Method
The path and name for the file.
In This Topic
    getNames(String) Method
    In This Topic
    Gets all sheet names and tables names that will be used as the parameter source of ImportData.
    If the name is a table name, the worksheet name is qualified before the table name, such as "Sheet1!Table1".
    Syntax
    public static java.lang.String[] getNames( 
       java.lang.String fileName
    )

    Parameters

    fileName
    The path and name for the file.

    Return Value

    An array of possible import names.
    See Also