The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
AVAbirami Varadharajan Syncfusion Team April 26, 2016 06:51 AM UTC
Hi Anibal,
We are able to reproduce the issue. We recommend you to set ExcelHttpContentType parameter while saving the workbook to resolve this issue. Kindly refer the below code to achieve this.
AVAbirami Varadharajan Syncfusion Team April 27, 2016 07:22 AM UTC
Hi Anibal,
We are glad to know that the issue has been resolved at your side. Please let us know if you need any further assistance on this.
Regards,
Abirami.
ADAnibal DíazJune 2, 2016 02:54 PM UTC
Hello,
This solution on InternetExplorer11 don't work
Any may help me?
Thanks
AVAbirami Varadharajan Syncfusion Team June 3, 2016 11:00 AM UTC
Hi Anibal,
We are unable to reproduce the reported issue from our side. We have shared a screen capture video for your reference which can be downloaded from the following link.
Please share us the issue reproducing sample along with screen capture video and machine culture information which will be helpful for us to provide prompt solution at the earliest.
Please let us know if you have any concerns.
Regards,
Abirami.
ADAnibal DíazJune 3, 2016 12:25 PM UTC
I created a workbook with the version property as Excel2007.
With InternetExplorer11, when I call to SaveAs method, appear dialog with the Open and Save options.
If I choose the "Save" Excel is saved correctly with the name "filename.xlsx" and looks correctly.
If I choose the "Open" Excel does not open, and change the file name and extension to "MyExcelExportPage.aspx"
VSVikas Sekar Syncfusion Team June 6, 2016 01:56 PM UTC
Hi Anibal,
The reported behavior in downloading excel file in Internet explorer is due to interruption in HttpResponse.End method or Browser customization. We have created very basic sample to illustrate this behavior in below link.
AVAbirami Varadharajan Syncfusion Team June 7, 2016 04:03 PM UTC
Hi Anibal,
Solution 1:
As a workaround, we have closed the response header in a different way. Please try the below sample and let us know whether the issue is resolved or not.
Note: we have made use Response.Flush() and Close()
Solution 2:
The issue which you are facing is not due to XlsIO control, It is due to interruption in HttpResponse.End() at your browser(As mentioned in our previous update).
We recommend you to reset the Internet Explorer settings and check whether the issue is getting resolved. Kindly follow the below steps for resetting.
Close all Internet Explorer and Windows Explorer windows that are currently open.
Reopen Internet Explorer.
Click the Tools button, and then click Internet options.
Click the Advanced tab, and then click Reset.
In the Reset Internet Explorer Settings dialog box, click Reset.
Please let us know if you have any concerns.
Regards,
Abirami.
ADAnibal DíazJune 8, 2016 08:34 AM UTC
Hello Abirami,
The workaround 1 is fine, thanks!
Best regards.
AVAbirami Varadharajan Syncfusion Team June 9, 2016 09:26 AM UTC
Hi Anibal,
Thank you for updating us.
We are glad to know that the issue has been resolved at your side. Please let us know if you need any further assistance on this.