Click or drag to resize

IWorkbook SaveAs Method (String, ExcelSaveType, HttpResponse)

Saves changes to the specified HttpResponse.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void SaveAs(
	string fileName,
	ExcelSaveType saveType,
	HttpResponse response
)

Parameters

fileName
Type: System String
Name of the file in HttpResponse.
saveType
Type: Spire.Xls ExcelSaveType
Type of the Excel file.
response
Type: System.Web HttpResponse
HttpResponse that will receive workbook's data.
See Also