Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Some users report that if they configure HTTP Compression in IIS, they encounter errors while sending generated files to client browsers.
We use the “Content-Disposition: inline; filename=test.xls” header to force the browser to open the file, and the “Content-Disposition: attachment; filename=test.xls” header to display the Save As dialog and open the file with Microsoft Excel. However, there are some exceptions that do exist.
You can use the following code to verify that it is not a bug in Aspose.
You can use one of the following workarounds to solve this problem:
If you do wish to use HTTP Compression, please always use the OpenInExcel option instead of the OpenInBrowser option when you have enabled IIS compression.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.