I'm trying to integrate this module into my app.
I create an action to download the excel, serialize the JSON, feed it into the "DownloadJSONHasExcel" action.
However, when I run it on my app I get this error: "downloadFromURI not defined"
I'm not getting this same error on the demo app.
Not sure what I'm missing, I found the action and I don't see where it is defined anywhere, but it does work on the demo. Could you let me know what I'm missing?
Thank you!
Solved it!!!
I needed to require the script from the module on the page!
I see where I went wrong, sorry for the trouble!