added compression option to the write file #284

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

Added compression option to the write file and updated the README.md

Example usage:

XLSX.writeFile(wb, 'out.xlsx', {compression: 'DEFLATE'});
Added compression option to the write file and updated the README.md **Example usage:** ``` XLSX.writeFile(wb, 'out.xlsx', {compression: 'DEFLATE'}); ```

Pull request closed

Sign in to join this conversation.
No description provided.