Export to Excel button is not working in IE- 11
Export to Excel button is not working in IE- 11
vadivelmurthy29
Posts: 6Questions: 2Answers: 0
I am using Buttons (especially Excel ) for exporting data, its absolutely working fine in Chrome, but it IE-11, there is no java script error. After clicking the excel in IE-11 its showing the pop-ip like open, save, save as, if i click open the excel is showing error , like the excel contains unreadable content and so.
can you please help me what to do in this case ASAP.
Thanks
Vadivel Murthy (vadivelmurthy1229@gmail.com)
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Please try the nightly version of the HTML5 export buttons which should resolve this.
Allan
Hi Allan ,
Thanks for the quick reply , can you please tell , i want to remove existing datatable/buttons.html5.min.js and add the nightly version HTML5 or both i should add in my project.
Correct - remove the existing buttons.html5.min.js file and replace it with th enightly version (or just place the contents of th nightly version in your local file).
Allan
HI Allan ,
Thank you so much , its working find after adding the nightly version of Button JS and Datatable js along with HTML5 js
Hi Allan,
in my project, we are using data-tables for display the data, one of the column have text more than 200 characters, so the user wants that column have fixed width but whenever they want they can stretch the column width to see the full text in that. ( Ex: in excel we can adjust the column width ) like that we want to implement, is it possible.
Can you please suggest to do so .
i attached the screenshot, in the proposal text column have more character we need to implement the requirement as explained above.
DataTables does not currently feature the ability for an end user to resize columns I'm afraid. This blog post describes how you can use ellipsis for long text though.
Allan