Hi group,

How can i generate a excel/csv file from nodejs application. Say, I
have a link in webpage and on click of link, i query database and put
result into excel/csv file. Finally the file download  must be opened.
I am building application using nodejs+express.

My goal is to export data into a excel/csv file ie generate excel/csv
file from my application.


Say i have link in webpage -----

      <a href='/report'>Export</a>

Server side i have code ------

app.get('/report', function(req, res) {

   //get data from db

   How to put data to csv/excel file ???

}

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to