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 find errors while sending generated files to client browsers.
We use “Content-disposition”, “inline; filename=test.xls” header to force the browser to open the file and “Content-disposition”, “attachment; filename=test.xls” header to force the browser to open the Save As dialog and use Microsoft Excel to open the file. However, there are some exceptions that do exist.
You can use the following code to verify that it is NOT a bug of Aspose.
You can use one of the following workarounds to solve this problem:
If you do wish to use HTTP Compression, please always use OpenInExcel option instead of OpenInBrowser option when you know you’ve enabled IIS compression.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.