Its time to ask it in StackOverflow, since I have found more than one excel libraries, some based in client side and some based in server side.
First
I am using Node.js, where is preferred to use Excel libraries, client or server side?
Second
Which is a good Excel library you know and trust? I have tried to install this: https://github.com/natergj/excel4node But unfortune it throws the next error in the CLI:
module.js:544
throw err;
^
Error: Cannot find module 'excel4node'
at Function.Module._resolveFilename (module.js:542:15)
at Function.Module._load (module.js:472:25)
at Module.require (module.js:585:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/Users/razbuchnik/node/app.js:11:10)
at Module._compile (module.js:641:30)
at Object.Module._extensions..js (module.js:652:10)
at Module.load (module.js:560:32)
at tryModuleLoad (module.js:503:12)
at Function.Module._load (module.js:495:3)
[nodemon] app crashed - waiting for file changes before starting...
Any good advice here?
Thanks.