In This Topic
Opens the specified file and determines whether it meets the minimal requirements to be considered a stream that contains an Excel workbook.
Overload List
Overload | Description |
IsExcelStream(Stream,ExcelWorkbookType) | Opens the specified file and determines whether it meets the minimal requirements to be considered a stream that contains an Excel workbook. |
IsExcelStream(Stream) | Opens the specified file and determines whether it meets the minimal requirements to be considered an Excel-compatible stream. |
IsExcelStream(Stream,ExcelWorkbookType,Boolean) | Opens the specified file and determines whether it meets the minimal requirements to be considered a stream that contains an Excel workbook. |
See Also