Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Workbook Class / getNames Method / getNames(InputStream) Method
The fileStream of a workbook.
In This Topic
    getNames(InputStream) 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.io.InputStream fileStream
    )

    Parameters

    fileStream
    The fileStream of a workbook.

    Return Value

    An array of possible import names.
    See Also