OpenExcel Method (FpSpread)
In This Topic
Opens an Excel Compound Document File and loads it into Spread.
Opens Excel-formatted (BIFF8) content and loads it into the Spread component.
Overload List
Overload | Description |
OpenExcel(Stream,ExcelOpenFlags) |
Opens an Excel Compound Document File and loads it into Spread.
|
OpenExcel(Stream,ExcelOpenFlags,String) |
Opens an Excel Compound Document File and loads it into Spread.
|
OpenExcel(Stream,ExcelOpenFlags,ExcelWarningList) |
Opens an Excel Compound Document File and loads it into Spread with a list of warnings.
|
OpenExcel(Stream,ExcelOpenFlags,ExcelWarningList,String) |
Opens an Excel Compound Document File and loads it into Spread with a list of warnings.
|
OpenExcel(Stream,ExcelOpenFlags,ExcelWarningList,String,Boolean) |
Opens an Excel Compound Document File and loads it into Spread with a list of warnings.
|
OpenExcel(Stream) |
Opens an Excel Compound Document File and loads it into Spread.
|
OpenExcel(Stream,Boolean) |
Opens an Excel Compound Document File and loads it into Spread.
|
OpenExcel(Stream,String) |
Opens an Excel Compound Document File and loads it into Spread.
|
OpenExcel(Stream,ExcelWarningList) |
Opens an Excel Compound Document File and loads it into Spread with a list of warnings.
|
OpenExcel(String,ExcelOpenFlags) |
Opens an Excel-compatible file and loads it into Spread.
|
OpenExcel(String,ExcelOpenFlags,String) |
Opens an Excel-compatible file and loads it into Spread.
|
OpenExcel(String,ExcelOpenFlags,ExcelWarningList) |
Opens an Excel-compatible file and loads it into Spread with a list of warnings.
|
OpenExcel(String,ExcelOpenFlags,ExcelWarningList,String) |
Opens an Excel-compatible file and loads it into Spread with a list of warnings.
|
OpenExcel(String,ExcelOpenFlags,ExcelWarningList,String,Boolean) |
Opens an Excel-compatible file and loads it into Spread with a list of warnings.
|
OpenExcel(String) |
Opens an Excel-compatible file and loads it into Spread.
|
OpenExcel(String,Boolean) |
Opens an Excel-compatible file and loads it into Spread.
|
OpenExcel(String,String) |
Opens an Excel-compatible file and loads it into Spread.
|
OpenExcel(String,ExcelWarningList) |
Opens an Excel-compatible file and loads it into Spread with a list of warnings.
|
See Also