
Contributor III
2023-08-18
04:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Need help to define the sheetjs library (xlsx.full.min.js) into the extension
Hi everyone,
I need to define the sheetjs library as below:
define(
["jquery"
, "qlik"
, "./js/properties"
, "./js/helpers"
, "text!./css/style.css"
, "https://cdnjs.cloudflare.com/ajax/libs/xlsx/0.18.5/xlsx.full.min.js"
]
,
function(d, u, e, f, t, excLib) {
'use strict';
But, when I call the XLSX.read function. The error appears:
XLSX.read is not a function
at FileReader.
Can anyone help me!!!
748 Views
1 Reply

Contributor III
2023-08-20
10:23 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Anyone, pleaseee 😞
724 Views
