ExcelWorkbookSave(HttpResponse, String) Method |
Saves the workbook to the specified HttpResponse.
The output format (Excel 97-2003 .xls or Excel 2007-2019 or above .xlsx) is the current format of the workbook.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic void Save(
HttpResponse httpResponse,
string downloadFileName
)
Public Sub Save (
httpResponse As HttpResponse,
downloadFileName As String
)
Parameters
- httpResponse HttpResponse
- The HttpResponse where the workbook will be saved.
- downloadFileName String
- The downloaded file name.
See Also