forked from rubenv/node-xlsx-writer
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Is it possible to writestream into multiple sheets in a given file? #15
Comments
did you get any solution for this? facing same |
I too need a solution for this. Please do reply |
Any solution? |
No, it is not possible to write to several sheets simultaneously. But it is possible to fully write the first sheet, then the second sheet, then third, then finish the book. It will not be possible to again write to first sheet.
… On 20 Aug 2019, at 01:03, yamifr07 ***@***.***> wrote:
Any solution?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Add me in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the README, you mention there is an empty "options" object placed here:
XLSXWriter('spreadsheet.xlsx', {} /*options*/);
What kind of options are available? Can I use that to write data into a multiple sheets within the file?
The text was updated successfully, but these errors were encountered: