OpenExcel Method (SheetView)
In This Topic
Opens an Excel file and loads the specified Excel sheet into this sheet.
Opens an Excel file.
Overload List
Overload | Description |
OpenExcel(String,String) | Opens an Excel file and loads the specified Excel sheet into this sheet. |
OpenExcel(String,Int32) | Opens an Excel file and loads the specified Excel sheet into this sheet. |
OpenExcel(Stream,String) | Opens an Excel file and load the specified Excel sheet into this sheet. |
OpenExcel(Stream,Int32) | Opens an Excel file and loads the specified Excel sheet into this sheet. |
OpenExcel(Stream,String,ExcelOpenFlags) | Opens an Excel file and loads the specified Excel sheet into this sheet. |
OpenExcel(Stream,String,ExcelOpenFlags,String) | Opens an Excel file and loads the specified Excel sheet into this sheet. |
OpenExcel(Stream,Int32,ExcelOpenFlags) | Opens an Excel file and loads the specified Excel sheet into this sheet. |
OpenExcel(Stream,Int32,ExcelOpenFlags,String) | Opens an Excel file and loads the specified Excel sheet into this sheet. |
OpenExcel(String,String,ExcelOpenFlags) | Opens an Excel file and loads the specified Excel sheet into this sheet. |
OpenExcel(String,String,ExcelOpenFlags,String) | Opens an Excel file and loads the specified Excel sheet into this sheet. |
OpenExcel(String,Int32,ExcelOpenFlags) | Opens an Excel file and loads the specified Excel sheet into this sheet. |
OpenExcel(String,Int32,ExcelOpenFlags,String) | Opens an Excel file and loads the specified Excel sheet into this sheet. |
See Also