Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1810
is iggrid 2015.1 export to excel support in ie9
posted

Hi Team 

I am facing in issue regarding client side export to excel in ie9. I am currently using 2015.1 version and implemented client side export to excel. i didn't thought i should check this feature first in ie9 before implementing, and now our clients are complaining that its not working. i thought you people not support client side export to excel in ie9. if i am correct is there any way to achieve this. i looked for help in google but didn't get any thing so posting here.

looking for your response since getting numerous amount of complain from client.

Thanks

Parents
No Data
Reply
  • 16310
    Verified Answer
    Offline posted

    Hello,

    The igGridExcelExporter uses a Blob object to keep the raw data of the exported worksheet, which is not supported in IE9 and earlier: https://developer.mozilla.org/en-US/docs/Web/API/Blob - look at the Browsers Compatibility section.

    A custom approach would be to fix this browser incompatibility by adding a pollyfill for supporting TypedArrays - one of the available pollyfils is this one - https://github.com/chromium/octane/issues/5, but you can also try another one. Please note that we can therefore cannot provide support for third party componenst and libraries.

    It is also possible that you switch to the MVC Excel Library if you need to support IE9 for those customers:

    http://www.igniteui.com/infragistics-excel/overview

    Please let me know if I may be of any further assistance to you.

Children