cmv / cmv-wab-widgets

Examples of using widgets from the ESRI WebApp Builder in CMV
https://cmv.github.io/cmv-wab-widgets/demo.html?config=wab
MIT License
9 stars 19 forks source link

scriptError dojo loader //cdnjs.cloudflare.com/ajax/libs/xlsx/0.7.8/xlsx.core.min.js #7

Closed cmccullough2 closed 8 years ago

cmccullough2 commented 8 years ago

I am having trouble with this error while on my work network. Where is this js referenced? How can I fix it?

tmcgee commented 8 years ago

@cmccullough2 That file is referenced by the Export widget: https://github.com/tmcgee/cmv-widgets/blob/master/widgets/Export.js#L434 It is used for exporting Excel and CSV files.

cmccullough2 commented 8 years ago

that was it. thanks