XlsWorkbook SaveAs Method |
Name | Description | |
---|---|---|
![]() |
SaveAs(Stream) |
Saves changes to the specified stream.
|
![]() |
SaveAs(String) |
Saves the workbook to a file with the specified file name and save type.
|
![]() |
SaveAs(Stream, ExcelSaveType) |
Saves changes to the specified stream.
|
![]() |
SaveAs(Stream, String) |
Saves the active sheet to the specified stream using the given separator.
|
![]() |
SaveAs(String, ExcelSaveType) |
Saves the workbook as a template or a regular file based on the provided save type.
|
![]() |
SaveAs(String, String) |
Saves the current data to a file with the specified file name and separator.
|
![]() |
SaveAs(String, HttpResponse) |
Obsolete.
Saves changes to the specified HttpResponse.
|
![]() |
SaveAs(Stream, ExcelSaveType, ExcelVersion) |
Saves the workbook to the specified stream with the given save type and version.
|
![]() |
SaveAs(String, ExcelSaveType, ExcelVersion) |
Saves the workbook to a file with the specified file name, save type, and Excel version.
|
![]() |
SaveAs(String, ExcelSaveType, HttpResponse) |
Saves changes to the specified HttpResponse.
|
![]() |
SaveAs(String, String, Boolean) |
Saves the active worksheet to a file with the specified file name, separator, and encoding.
|