| Overload | Description |
|---|---|
| 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 load the specified sheet (by number) from that file into this sheet. |
| OpenExcel(String,Int32,String) | Opens an Excel file and load the specified sheet (by number) from that file into this sheet. |