Opens the specified file and determines whether it meets the minimal requirements to be considered an Excel file.
Opens the data and determines whether it meets the minimal requirements to be considered an Excel file.
Overload List
Overload | Description |
IsExcelFile(String) | Opens the specified file and determines whether it meets the minimal requirements to be considered an Excel file. |
IsExcelFile(String,ExcelWorkbookType,Boolean) | Opens the specified file and determines whether it meets the minimal requirements to be considered a structured storage file containing an Excel workbook. |
IsExcelFile(String,ExcelWorkbookType) | Opens the specified file and determines whether it meets the minimal requirements to be considered a structured storage file that contains an Excel workbook. |
See Also