-
-
Notifications
You must be signed in to change notification settings - Fork 38
Undeclared variable QUOTE #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
welcome to pr! |
Did I miss something or is the typo still there? |
@ShanaMaid I've created a PR for it: #10 🙏 |
@ShanaMaid Please merge this, I am not able to use this library due to this type error. |
Use XLSX lib. `import * as XLSX from 'xlsx'; exportToExcel() {
} |
has vulnerabilities |
I have a work around. In my case, I am writing a react application, so I just added it to the index.html file. In index.html file, before including any other source code script. |
Hi, there's an error in the line 21524 of the file xlsx.js. The variable QUOTE is not declared, and this generates an error when you build a project using this library.
var APOS = "'"; QUOTE = '"'
It looks like a typo, I just changed the ; for a , and it works perfectly.
Thanks.
The text was updated successfully, but these errors were encountered: