Does anyone have an example of webpack working with running GridExcelExporter to export a grid? I'm running into all sorts of webpack'ish issues when trying to do so.
I did get that Uncaught class error once I believe. It'll take a bit to get back to that point, I can try later this week to get there and see if we can match up on where we're still struggling to get through this.
Thanks.
Hi Stephen,
I am still hitting the "No locale data has been provided for this object yet". If you are able to get around this, but then getting the following error:
Uncaught Class {__message: null, __innerException: null}
please let me know, we have a solution fort the last one. Anyway, tell me what is the exact error you get in formatting after you "hack the Intl stuff".
Hristo
Thanks for quick response. I will go for the latest version as well. First intl issues is resolved by referencing Intl explicitly, but then it throws "No locale data has been provided for this object yet", which indicates that Intl locales are not accessible. I am currently working onto it. Please let me know what formatting issues you have, so that if it shows on my side I know if it is the same.
I am continuing work and will update you in the end of the working day.
I've tried just about every version/update of 16.2 and had issues. I'm fine with using the latest version. I am able to get the grid to render and work pretty well, but yeah I get hung up on the Intl stuff and then after hacking that i get errors in the actual code dealing with the excel formatting.
I am experiencing different issues depending on the exact version of IgniteUI used. Could you let me know the version number that you use, so that I can focus on resolving the issues with it.
Also, it will be helpful to note what is the issues you are facing - did you manage at least to have the igGrid rendered on the page and have issues on exporting, or else ? To update you on my progress - igGrid is rendered fine, and I am having issues with Intl library that is required by our excel library.