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

File sizes in xlsx-js-style are large compared to others #34

Open
Fmstrat opened this issue Aug 16, 2024 · 0 comments
Open

File sizes in xlsx-js-style are large compared to others #34

Fmstrat opened this issue Aug 16, 2024 · 0 comments

Comments

@Fmstrat
Copy link

Fmstrat commented Aug 16, 2024

Different forks of SheetJS output different file sizes, and xlsx-js-style suffers from the large file size issue.

This has been reported upstream here: SheetJS#520 (comment)

In that particular comment, they believe it may be a font issue, however if so the font is getting embedded repeatedly due to the exponential runaway file size.

As a test, I:

  • Took a 5.9MB XLSX file
  • Opened it with xlsx-js-style and wrote without compression: 81.9MB
  • Opened it with xlsx-js-style and wrote with compression: 17.8MB
  • Open either of the above two files with OnlyOffice, save, and it's back down to 5.9MB

Even with compression, this seems to be an issue.

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

1 participant