Overload | Description |
OpenExcel(String) | Opens an Excel file and loads it into the Spread component. |
OpenExcel(String,String) | Opens an Excel file and loads it into the Spread component. |
OpenExcel(String,ExcelWarningList) | Opens an Excel file into the Spread component keeping track of warnings. |
OpenExcel(String,Int32,String) | Opens an Excel file and loads the specified Excel sheet (by name) into the specified sheet of the Spread component (by index). |
OpenExcel(String,String,String) | Opens an Excel file and loads the specified Excel sheet (by name) into the specified sheet of the Spread component (by name). |
OpenExcel(String,Int32,Int32) | Opens an Excel file and loads the specified Excel sheet (by index) into the specified sheet of the Spread component (by index). |
OpenExcel(String,Int32,Int32,ExcelWarningList) | Opens an Excel file and loads the specified Excel sheet into the specified sheet of the Spread component keeping track of warnings. |
OpenExcel(String,ExcelOpenFlags) | Opens an Excel file into the Spread component including the specified parts of the spreadsheet. |
OpenExcel(String,ExcelOpenFlags,ExcelWarningList) | Opens an Excel file into the Spread component including the specified parts and keeps track of warnings. |
OpenExcel(String,ExcelOpenFlags,ExcelWarningList,String) | Opens an Excel file into the Spread component including the specified parts and keeps track of warnings. |
OpenExcel(String,Int32,String,ExcelOpenFlags) | Opens an Excel file and loads the specified Excel sheet into the specified sheet of the Spread component including the specified parts. |
OpenExcel(String,Int32,String,ExcelOpenFlags,String) | Opens an Excel file and loads the specified Excel sheet into the specified sheet of the Spread component including the specified parts. |
OpenExcel(String,String,String,ExcelOpenFlags) | Opens an Excel file and loads the specified Excel sheet into the specified sheet of the Spread component including the specified parts. |
OpenExcel(String,String,String,ExcelOpenFlags,String) | Opens an Excel file and loads the specified Excel sheet into the specified sheet of the Spread component including the specified parts. |
OpenExcel(String,Int32,Int32,ExcelOpenFlags) | Opens an Excel file and loads the specified Excel sheet into the specified sheet of the Spread component including the specified parts. |
OpenExcel(String,Int32,Int32,ExcelOpenFlags,ExcelWarningList) | Opens an Excel file and loads the specified Excel sheet into the specified sheet of the Spread component including the specified parts and keeps track of warnings. |
OpenExcel(String,Int32,Int32,ExcelOpenFlags,ExcelWarningList,String) | Opens an Excel file and loads the specified Excel sheet into the specified sheet of the Spread component including the specified parts and keeps track of warnings. |
OpenExcel(Stream) | Opens an Excel stream and loads it into the Spread component. |
OpenExcel(Stream,String) | Opens an Excel stream and loads it into the Spread component. |
OpenExcel(Stream,ExcelWarningList) | Opens an Excel stream into the Spread component keeping track of warnings. |
OpenExcel(Stream,Int32,String) | Opens an Excel stream and loads the specified Excel sheet (by name) into this sheet of the Spread component (by index). |
OpenExcel(Stream,String,String) | Opens an Excel stream and loads the specified Excel sheet (by name) into this sheet of the Spread component (by name). |
OpenExcel(Stream,Int32,Int32) | Opens an Excel stream and loads the specified Excel sheet (by index) into this sheet of the Spread component (by index). |
OpenExcel(Stream,Int32,Int32,ExcelWarningList) | Opens an Excel stream and loads the specified Excel sheet (by index) into this sheet of the Spread component (by index) keeping track of warnings. |
OpenExcel(Stream,ExcelOpenFlags) | Opens an Excel stream into the Spread component including the specified parts of the spreadsheet. |
OpenExcel(Stream,ExcelOpenFlags,ExcelWarningList) | Opens an Excel stream into the Spread component including the specified parts keeping track of warnings. |
OpenExcel(Stream,ExcelOpenFlags,ExcelWarningList,String) | Opens an Excel stream into the Spread component including the specified parts keeping track of warnings. |
OpenExcel(Stream,Int32,String,ExcelOpenFlags) | Opens an Excel stream and loads the specified Excel sheet into the specified sheet of the Spread component including the specified parts. |
OpenExcel(Stream,Int32,String,ExcelOpenFlags,String) | Opens an Excel stream and loads the specified Excel sheet into the specified sheet of the Spread component including the specified parts. |
OpenExcel(Stream,String,String,ExcelOpenFlags) | Opens an Excel stream and loads the specified Excel sheet into the specified sheet of the Spread component including the specified parts. |
OpenExcel(Stream,String,String,ExcelOpenFlags,String) | Opens an Excel stream and loads the specified Excel sheet into the specified sheet of the Spread component including the specified parts. |
OpenExcel(Stream,Int32,Int32,ExcelOpenFlags) | Opens an Excel file from a stream and loads the specified Excel sheet into the specified sheet of the Spread component including the specified parts. |
OpenExcel(Stream,Int32,Int32,ExcelOpenFlags,ExcelWarningList) | Opens an Excel file from a stream and loads the specified Excel sheet into the specified sheet of the Spread component including the specified parts and keeps track of warnings. |
OpenExcel(Stream,Int32,Int32,ExcelOpenFlags,ExcelWarningList,String) | Opens an Excel file from a stream and loads the specified Excel sheet into the specified sheet of the Spread component including the specified parts and keeps track of warnings. |