I finally got around to trying to upgrade ignite to 2017.1, and I got bit by my excel export webpack issues again. It appears the references in the gridExcelExporter.js file are to the older versions of the excel and document files, vs the new "_core" versions. My solution in 2016.1 to get it working no longer works, and switching references to the new files doesn't work either. I know the service release for 2017.1 is close, so I'm hoping that fixes this.
Thanks
Yep, that newer release does fix the references issue. I still had a webpack'ing issue, but simply putting
Class = this.Class;
in the infragistics.util.js file after the this.Class = function call fixes all the webpack'ing issues. Which simplified my webpack.config.js and other things I had to do to get the exporting working, so great job on cleaning up the references throughout.
Hello Stephen,
Thank you for posting in our forums!
What was the previous issue you were experiencing and the solution you are using?
Is there any more details about which specific references you are seeing? Would you be able to provide a sample with your settings so I can check against the latest internal builds?
Additionally, you can try downloading and installing our latest bi-weekly build below to see if the issue is resolved on your end.
Ignite UI 17.1.20171.2023 (Oct. 6, 2017)
Looking forward to hearing from you.