Skip to content
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

Open
StefanNedelchev opened this issue Dec 29, 2022 · 3 comments
Open

Request: use the latest sheetjs (v0.18.12) #17

StefanNedelchev opened this issue Dec 29, 2022 · 3 comments

Comments

@StefanNedelchev
Copy link

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

@StefanNedelchev
Copy link
Author

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.
Here's more info on the continued project:
https://cdn.sheetjs.com
https://docs.sheetjs.com/docs/getting-started/installation/frameworks/
https://git.sheetjs.com/SheetJS/sheetjs (the official repo)

@JonathanDn
Copy link

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?

@ceddlyburge
Copy link

I also see the problem where using { font: { bold: true } } creates an invalid xlsx file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants