WorkbookSave Method (HttpResponse, String, ContentDisposition, SaveOptions) |
Creates the result spreadsheet and transfer it to the client then open it in the browser or MS Workbook.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic void Save(
HttpResponse response,
string fileName,
ContentDisposition contentDisposition,
SaveOptions saveOptions
)
Public Sub Save (
response As HttpResponse,
fileName As String,
contentDisposition As ContentDisposition,
saveOptions As SaveOptions
)
public:
void Save(
HttpResponse^ response,
String^ fileName,
ContentDisposition contentDisposition,
SaveOptions^ saveOptions
)
member Save :
response : HttpResponse *
fileName : string *
contentDisposition : ContentDisposition *
saveOptions : SaveOptions -> unit
Parameters
- response
- Type: System.WebHttpResponse
Response object to return the spreadsheet to client. - fileName
- Type: SystemString
The name of created file. - contentDisposition
- Type: Aspose.CellsContentDisposition
The content disposition type. - saveOptions
- Type: Aspose.CellsSaveOptions
The save options.
See Also