You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the basic example on the readme and my app stops working. It points to this line in xlsx.js file. It seems a semi-colon instead of a coma got in the way.
I'm using this library on the frontend so the import statement is different. But the rest of the code is from the readme.. What should I do? Thank you.
import XLSX from "sheetjs-style";
The text was updated successfully, but these errors were encountered:
I followed the basic example on the readme and my app stops working. It points to this line in xlsx.js file. It seems a semi-colon instead of a coma got in the way.
I'm using this library on the frontend so the import statement is different. But the rest of the code is from the readme.. What should I do? Thank you.
The text was updated successfully, but these errors were encountered: