Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!!!
Hi,
Anyone, pleaseee 😞