abelalvarez89 / xlsx-parse-json

MIT License
13 stars 4 forks source link

Node.js support #8

Closed shahidcodes closed 3 years ago

shahidcodes commented 4 years ago

I could not find any documentation usage in node.js. If this lib already supports it then it would be good to have it in documentation.

abelalvarez89 commented 4 years ago

The library is meat to be used with node, angular, react or any JS framwork. It takes the actual file as input, not a file path. If you add more description I can help you use the library.

miguelguadarrama commented 4 years ago

@abelalvarez89 Do you mean node or javascript? Because you compare node with angular or react or any JS framework, which is odd, since they are not the same thing. Your library requires FileReader, and this is available on the client (browser, web API) but not on node. So this is not a node library.

abelalvarez89 commented 3 years ago

Currently only supporting web applications