[nodejs] Re: handling xlsx response from an API call

2014-08-17 Thread Robert Crooks
thanks for the response -- I looked as xlsx-writer, but it's not what I need. I don't needed to build the xlsx data -- that's what the API is sending me -- I just need to pass it back to the client without garbling it. Robert On Friday, August 15, 2014 11:58:30 AM UTC-4, klr...@gmail.com wrote:

[nodejs] Re: handling xlsx response from an API call

2014-08-15 Thread klru...@gmail.com
not sure I understand the question correctly but if the file itself is corrupt try using try something like https://github.com/rubenv/node-xlsx-writer to build the xlsx from jason, I use express framework (or koa) so I download with something simple like (sorry for coffeescript) ...get "/blabl