In This Topic
Saves the contents of the Spread component to the specified Excel file in a stream.
Saves the contents of the Spread component to Excel format (BIFF8).
Overload List
Overload | Description |
SaveExcel(Stream) | Saves the contents of the Spread component to the specified Excel file in a stream. |
SaveExcel(Stream,String) | Saves the contents of the Spread component to the specified Excel file in a stream. |
SaveExcel(Stream,ExcelWarningList) | Saves the contents of the Spread component to the specified Excel file in a stream keeping track of warnings. |
SaveExcel(Stream,ExcelSaveFlags) | Saves the contents of the Spread component with the specified parts to the specified Excel file in a stream. |
SaveExcel(Stream,ExcelSaveFlags,String) | Saves the contents of the Spread component with the specified parts to the specified Excel file in a stream. |
SaveExcel(Stream,ExcelSaveFlags,ExcelWarningList) | Saves the contents of the Spread component to the specified Excel file in a stream, keeping track of warnings. |
SaveExcel(Stream,ExcelSaveFlags,ExcelWarningList,String) | Saves the contents of the Spread component to the specified Excel file in a stream, keeping track of warnings. |
SaveExcel(String) | Saves the contents of the Spread component to Excel in the specified file. |
SaveExcel(String,String) | Saves the contents of the Spread component to Excel in the specified file. |
SaveExcel(String,ExcelWarningList) | Saves the contents of the Spread component to Excel in the specified file keeping track of warnings. |
SaveExcel(String,IncludeHeaders) | Saves the contents of the Spread component to Excel in the specified file and whether to include headers. |
SaveExcel(String,IncludeHeaders,ExcelWarningList) | Saves the contents of the Spread component to Excel in the specified file and whether to include headers and keeps track of warnings. |
SaveExcel(String,ExcelSaveFlags,ExcelWarningList) | Saves the contents of the Spread component with the specified parts to Excel in the specified file keeping track of warnings. |
SaveExcel(String,ExcelSaveFlags,ExcelWarningList,String) | Saves the contents of the Spread component with the specified parts to Excel in the specified file keeping track of warnings. |
SaveExcel(String,ExcelSaveFlags) | Saves the contents of the Spread component to Excel in the specified file including the specified parts. |
SaveExcel(String,ExcelSaveFlags,String) | Saves the contents of the Spread component to Excel in the specified file including the specified parts. |
See Also