Overload | Description |
---|---|
getNames() | Returns the INames collection that represents the workbook-specified names. |
getNames(String) | 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". |
getNames(InputStream) | 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". |