JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Missing reference to ‘jszip.min.js’
Tagged: excel, exportData
Hi
When exporting Excel from Vue3, “Missing reference to ‘jszip.min.js” error occurs. So I installed it with npm i jszip but there is no change. Please tell me what to do. <div>
</div>
Hi innosoft,
The jszip.min.js file is included in the NPM package in the “export” folder. You can include the script in the following way:
<script src=”/node_modules/smart-webcomponents/export/jszip.min.js”></script>
Best Regards, Ivan Peevski
Smart UI Team https://www.htmlelements.com