for express it's easy if you can live with the (ugly) html offering
http://howtonode.org/really-simple-file-uploads

to convert one possible linux option is unoconv (libreoffice/openoffice)
although it installs the whole shebang from libreoffice, looks
like this in coffeescript for example
doExec = exec("unoconv -f csv myfile.xlsx",(err,stdout,stderr) ->

  ...

I would not install the unoconv listener though, seems to be a cpu killer

there's also I unoconv node module somewhere, never used that through

use iconv to convert to UTF

Karl-L. Rumpf [email protected] Málaga, SpainOn 23/09/13 07:45, [email protected] wrote:
i am new in node.js.i have to import files in csv,xlxs,json formate from google drive.Any help please
--
--
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
 
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

--
--
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
 
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to