OpenExcel Method (SheetView)
In This Topic
Opens an Excel stream and loads the specified sheet (by name) from that file into this sheet.
Overload List
Overload | Description |
OpenExcel(Stream,String) | Opens an Excel stream and loads the specified sheet (by name) from that file into this sheet. |
OpenExcel(Stream,String,String) | Opens an Excel stream and loads the specified sheet (by name) from that file into this sheet. |
OpenExcel(Stream,Int32) | Opens an Excel stream and loads the specified sheet (by number) from that file into this sheet. |
OpenExcel(Stream,Int32,String) | Opens an Excel stream and loads the specified sheet (by number) from that file into this sheet. |
OpenExcel(String,String) | Opens an Excel file and loads the specified sheet (by name) from that file into this sheet. |
OpenExcel(String,String,String) | Opens an Excel file and loads the specified sheet (by name) from that file into this sheet. |
OpenExcel(String,Int32) | Opens an Excel file and loads the specified sheet (by number) from that file into this sheet. |
OpenExcel(String,Int32,String) | Opens an Excel file and loads the specified sheet (by number) from that file into this sheet. |
See Also