Forum Discussion
RizuGulati
9 years agoQrew Cadet
Thanks for the reply!
I tried the suggestions you provided, however, I still come across the same error.
I tried the suggestions you provided, however, I still come across the same error.
- _anomDiebolt_9 years agoQrew EliteAre you including jszip?
https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.js
>when I run the same code on google.com (library still referenced in QB) using chrome debugger, it works fine.
What is the URL of the example "on google.com" that works?
Most likely you are either (a) missing a library, (b) loading an old version or (c) are loading libraries in the wrong order (due to dependencies). - RizuGulati9 years agoQrew CadetIt works now. Thanks for your help!
So, I had an older version of xlsx library and jszip need to be loaded before the xlsx library which was causing issues. - _anomDiebolt_9 years agoQrew EliteMost users don't understand that you can manipulate Excel and Zip files with JavaScript today. You can help nudge them in the right direction by posting the code you used to sort out the demo. Thanks in advance.