-
Notifications
You must be signed in to change notification settings - Fork 422
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
Compression requested.. #156
Comments
I have the same issue, is it possible to merge with SheetJs? |
Inspired from #128 and the answer posted by @Plotisateur in #87 (comment)_ Manually replace the function write_zip_type in xlsx.js with below code, only tested with xlsx
and when you call XLSX.write(workbook, wopts), remember to add
in the options, for example
Worked for me :) Hope it can help in some way.. |
Hi, just want to be able to compress the exported xlsx file.. as the origional SheetJs version could do. Is it diffiluct to merge the function?
The text was updated successfully, but these errors were encountered: