I am using version 5.1.4.0 of
Aspose.Cells but the methods below are not available in this version.
I understand that the second method is obsolete, but even the newer method is
not showing up in 5.1.4.0. The ContentDisposition enum is not showing up. If
both these methods have been retired, could someone please put some light on
how to send the file to a browser.
public
void Save(
HttpResponse response,
string fileName,
ContentDisposition contentDisposition,
SaveOptions saveOptions
);
public
void Save(
string fileName,
FileFormatType fileFormatType,
SaveType saveType,
HttpResponse response
);
This message was posted using Email2Forum by haley.stuart.