-
Notifications
You must be signed in to change notification settings - Fork 130
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
Invalid character in name #83
Comments
` var workbook = excelbuilder.createWorkbook("./", "sample.xlsx"); var sheet1 = workbook.createSheet("sheet1", 12, 10); sheet1.set(1, 1, "I am title"); for (var i = 2; i < 5; i++) workbook.save(function(ok) { I am also getting the same error, idk why .. |
Looks like xmlbuilder was updated and made it impossible to use it with msexcel-builder due to using whitespaces in several names that are being passed to xmlbuilder. |
unfortunately the error continues. January 2021 |
@dordetto yeah, author of library does not accept pull requests, but you can get working version of library here https://github.com/InnProgress/msexcel-builder or just check already mentioned pull requests. |
@InnProgress thanks!!! |
change your node version to 8.x i am facing same error on 10.13.0 but not facing in 8.11.1 |
When saving the workbook I keep getting this error.
Because you use the name
fileVersion
(with a space at the end)The text was updated successfully, but these errors were encountered: