Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

lib/WorkBook.js: refactored .write method to .writeToBuffer and .write #11

Merged
merged 1 commit into from
Aug 27, 2014

Conversation

hendricha
Copy link
Contributor

Thus one could get the buffer that was generated by xlsx before it would be written out. Which is useful for when one would want to write it out to an alternative stream.

We use it in our project to write multiple excel files directly to zip-stream entries.

Thus one could get the buffer that was generated by xlsx before it would be written out. Which is useful for when one would want to write it out to an alternative stream.
natergj added a commit that referenced this pull request Aug 27, 2014
lib/WorkBook.js: refactored .write method to .writeToBuffer and .write
@natergj natergj merged commit 0481a42 into natergj:master Aug 27, 2014
@natergj
Copy link
Owner

natergj commented Aug 27, 2014

Thanks, hendricha.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants