added compression option to the write file #283

Closed
bchr02 wants to merge 0 commits from master into master
bchr02 commented 2015-08-06 14:37:22 +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.