Click or drag to resize

XlsWorkbook SaveAs Method

Overload List
Name Description
Public method SaveAs(Stream)
Saves changes to the specified stream.
Public method SaveAs(String)
Saves the workbook to a file with the specified file name and save type.
Public method SaveAs(Stream, ExcelSaveType)
Saves changes to the specified stream.
Public method SaveAs(Stream, String)
Saves the active sheet to the specified stream using the given separator.
Public method SaveAs(String, ExcelSaveType)
Saves the workbook as a template or a regular file based on the provided save type.
Public method SaveAs(String, String)
Saves the current data to a file with the specified file name and separator.
Public method SaveAs(String, HttpResponse) Obsolete.
Saves changes to the specified HttpResponse.
Public method SaveAs(Stream, ExcelSaveType, ExcelVersion)
Saves the workbook to the specified stream with the given save type and version.
Public method SaveAs(String, ExcelSaveType, ExcelVersion)
Saves the workbook to a file with the specified file name, save type, and Excel version.
Public method SaveAs(String, ExcelSaveType, HttpResponse)
Saves changes to the specified HttpResponse.
Public method SaveAs(String, String, Boolean)
Saves the active worksheet to a file with the specified file name, separator, and encoding.
Top
See Also