Uncaught TypeError: XLSX.read is not a function at reader.onload (ExcelReader.js:29:33) #2996

Closed
opened 2023-09-22 10:50:17 +00:00 by Narayan · 2 comments

Hi Team,

Please help, I am getting this error when I try to upload .xsl file in an Application console of tibco amx bpm.

Hi Team, Please help, I am getting this error when I try to upload .xsl file in an Application console of tibco amx bpm.
Owner

That error message suggests XLSX is defined but XLSX.read is not assigned.

The system may require the shim script (note: you may need to download the scripts and add them to App CDN)

  <script src="https://cdn.sheetjs.com/xlsx-0.20.0/package/dist/shim.min.js"></script>
  <script src="https://cdn.sheetjs.com/xlsx-0.20.0/package/dist/xlsx.full.min.js"></script>

Do you have more details about the error? "Tibco ActiveMatrix BPM" has a "Process Debugger" -- is there any message related to loading the library?

That error message suggests `XLSX` is defined but `XLSX.read` is not assigned. [The system may require the shim script](https://docs.sheetjs.com/docs/getting-started/installation/standalone#internet-explorer-and-older-browsers) (note: you may need to download the scripts and add them to App CDN) ```html <script src="https://cdn.sheetjs.com/xlsx-0.20.0/package/dist/shim.min.js"></script> <script src="https://cdn.sheetjs.com/xlsx-0.20.0/package/dist/xlsx.full.min.js"></script> ``` Do you have more details about the error? ["Tibco ActiveMatrix BPM" has a "Process Debugger"](https://docs.tibco.com/pub/amx-bpm/4.3.1/doc/html/bpmhelp/GUID-663B1704-362C-4758-A5E5-70E707ADF08A.html) -- is there any message related to loading the library?
Owner

If you can share more details, we can reopen the issue and take a closer look.

If you can share more details, we can reopen the issue and take a closer look.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#2996
No description provided.