on version 0.8.13,the brower reports such an error when export a file:  this is caused by code in xlsx.js:  we need to replace the code above with this: `if(typeof jszip === 'undefined') jszip = require('./jszip.js');`
on version 0.8.13,the brower reports such an error when export a file:

this is caused by code in xlsx.js:

we need to replace the code above with this:
if(typeof jszip === 'undefined') jszip = require('./jszip.js');