ExcelWorkbookSave Method (HttpResponse, String, Boolean) |
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.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public void Save(
HttpResponse httpResponse,
string downloadFileName,
bool openInline
)
Public Sub Save (
httpResponse As HttpResponse,
downloadFileName As String,
openInline As Boolean
)
Parameters
- httpResponse
- Type: System.WebHttpResponse
The HttpResponse where the workbook will be saved. - downloadFileName
- Type: SystemString
The downloaded file name. - openInline
- Type: SystemBoolean
When true the prompt dialog will be displayed at download to open or save the document.
See Also