Saves the content of the Spread component to the specified stream.
Saves the contents of the Spread component to Excel format (BIFF8).
Overload List
Overload | Description |
SaveExcel(Stream) | Saves the content of the Spread component to the specified stream. |
SaveExcel(Stream,String) | Saves the content of the Spread component to the specified stream. |
SaveExcel(Stream,ExcelWarningList) | Saves the content of the Spread component to the specified stream with a list of warnings. |
SaveExcel(Stream,ExcelSaveFlags) | Saves the content of the Spread component to the specified stream with the headers exported as data. |
SaveExcel(Stream,ExcelSaveFlags,String) | Saves the content of the Spread component to the specified stream with the headers exported as data. |
SaveExcel(Stream,ExcelSaveFlags,ExcelWarningList) | Saves the content of the Spread component to the specified stream with headers and a list of warnings. |
SaveExcel(Stream,ExcelSaveFlags,ExcelWarningList,String) | Saves the content of the Spread component to the specified stream with headers and a list of warnings. |
SaveExcel(String,ExcelSaveFlags) | Saves the content of the Spread component to the specified Excel-compatible file with the headers exported as data. |
SaveExcel(String,ExcelSaveFlags,String) | Saves the content of the Spread component to the specified Excel-compatible file with the headers exported as data. |
SaveExcel(String,ExcelSaveFlags,ExcelWarningList) | Saves the content of the Spread component to the specified Excel-compatible file with headers and a list of warnings. |
SaveExcel(String,ExcelSaveFlags,ExcelWarningList,String) | Saves the content of the Spread component to the specified Excel-compatible file with headers and a list of warnings. |
SaveExcel(String) | Saves the content of the Spread component to the specified Excel-compatible file. |
SaveExcel(String,String) | Saves the content of the Spread component to the specified Excel-compatible file. |
SaveExcel(String,ExcelWarningList) | Saves the content of the Spread component to the specified Excel-compatible file with a list of warnings. |
SaveExcel(String,IncludeHeaders) | Saves the content of the Spread component to the specified Excel-compatible file with the headers exported as data. |
SaveExcel(String,IncludeHeaders,ExcelWarningList) | Saves the content of the Spread component to the specified Excel-compatible file with headers and a list of warnings. |
See Also