-
Notifications
You must be signed in to change notification settings - Fork 63
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
Request: use the latest sheetjs (v0.18.12) #17
Comments
Bumping this issue and also providing an additional information. It turns out the GitHub repo of XLSX js is no longer supported and they moved on to their own repo and CDN packages. So today I learned that the "latest" version 0.18.12 is not latest at all, but in fact it's 0.19.3 that is latest, you just have do look for it in other place: SheetJS#2822 (comment) To make matters worse, the 0.18.12 package now has vulnerability detected by NPM so it's not the best idea to sync xlsx-js-style with it. |
I tried to downgrade my SheetJs package to v0.18.5 to use xlsx-js-style to style my worksheet with a simple bold and it failed. Any ideas? |
I also see the problem where using |
As mentioned in the readme, the library currently uses v0.18.5 of the official sheetjs library.
Since then the sheetjs library has received 7 patch updates with the last one commited on the 22nd of September (changelog for reference).
It would be good if xlsx-js-style gets the same treatment so we have the latest fixes and improvements from sheetjs
The text was updated successfully, but these errors were encountered: