added compression option to the write file #282

Closed
bchr02 wants to merge 0 commits from master into master
bchr02 commented 2015-08-06 03:59:05 +00:00 (Migrated from github.com)

By adding a compression option to writeFile this will now allow us to override the default behavior of JSZip which is to STORE (no compression).

Example usage:
XLSX.writeFile(wb, 'out.xlsx', {compression: 'DEFLATE'});

By adding a compression option to writeFile this will now allow us to override the default behavior of JSZip which is to STORE (no compression). Example usage: XLSX.writeFile(wb, 'out.xlsx', {compression: 'DEFLATE'});
bchr02 commented 2015-08-06 14:17:44 +00:00 (Migrated from github.com)

I will issue a new pull request. Updating the files within the bits directory.

I will issue a new pull request. Updating the files within the bits directory.

Pull request closed

Sign in to join this conversation.
No description provided.