Getting the following error for saving a workbook to a Response.
The type or namespace name ‘ContentDisposition’ does not exist in the namespace ‘Aspose.Cells’ (are you missing an assembly reference?)
workbook.Save(response, string.Format("{0}.xlsx", strName), Aspose.Cells.ContentDisposition.Attachment, new OoxmlSaveOptions(SaveFormat.Xlsx));