Click or drag to resize

XlsWorkbook SaveAs Method (String, ExcelSaveType, HttpResponse)

Saves changes to the specified HttpResponse.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public 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.

Implements

IWorkbook SaveAs(String, ExcelSaveType, HttpResponse)
See Also