-
Notifications
You must be signed in to change notification settings - Fork 268
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
Why doesn't writing to a file work? #10
Comments
I been struggling with the same issue for 2 days. |
try fs.writeFileSync("./write_file.xlsx", result, 'binary'); On Tue, Dec 17, 2013 at 2:50 PM, thnick [email protected] wrote:
|
Same issue for me, how about you @thnick? |
Hey @iamakimmer, I ended up using 'node-xlsx' to produce a stream I could save as a file / do other stuff with, I was able to get it to work with little issue. |
If I took the example, and just tried to write to a file instead of writing to the response:
The file is corrupted..why wouldn't this work?
The text was updated successfully, but these errors were encountered: