hi,
I tried to update the version of Aspose Cells (v7.0.1.0) in my projects.
I have many calls of
"workbook.Save(filename, SaveType.OpenInExcel, FileFormatType.Default, context.Response);"
I replace that by
"workbook.Save(context.Response, filename, ContentDisposition.Attachment, new XlsSaveOptions());"
But there is no such fonction Save(HttpResponse, Filename, ContentDisposition, SaveOption), the build show me errors.
have you an idea of a resolution ?
Thanks