want to let user open the excel sheet in Microsoft Excel when the button is clicked.
But I got a compile error: ContentDisposition does not exists in the namespace ‘Aspose.Cells’
public void Save(
HttpResponse response,
string fileName,
ContentDisposition contentDisposition,
SaveOptions saveOptions
);