Skip to content

Add Compression level option to WorkbookWriterOptions for streaming #888 #889

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

Merged
merged 2 commits into from
Aug 1, 2019

Conversation

ABenassi87
Copy link
Contributor

@ABenassi87 ABenassi87 commented Jul 8, 2019

Changes:

  • Added zip options for WorkbookWriterOptions based on archiver docs.
  • Added testWbStreamCompressionOptions.js test.
  • Added 'with zip compression option' integration test.
  • Updated index.d.ts with the new interfaces.

Note:
https://github.com/archiverjs/node-archiver allows setting the compression level of zip files. I added this option to stream.xlsx.WorkbookWriter

Resolves #888

…xceljs#888

  - Added zip options for `WorkbookWriterOptions` based on `archiver` docs.
  - Added `testWbStreamCompressionOptions.js` test.
  - Updated `index.d.ts` with the new interfaces.

Resolves exceljs#888
…xceljs#888

  - Added 'with zip compression option' integration test.

Resolves exceljs#888
@guyonroche guyonroche merged commit e2e9854 into exceljs:master Aug 1, 2019
piglovesyou added a commit to piglovesyou/exceljs that referenced this pull request Aug 17, 2019
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

Successfully merging this pull request may close these issues.

Add Compression level option to WorkbookWriterOptions for streaming
2 participants