Import .xls into node.js

0

I need to import a .xls file and save the data to an api. I would like to know a simple way to do it. The logic is to throw that data into a array and make a POST with each line?

In short, I want the user to click on a button, select the file on your computer and confirm the import, so the data of this .xls will be saved in their respective fields in the table in the database MySQL . >

I'm using Angularjs on the front end.

    
asked by anonymous 21.12.2016 / 15:21

0 answers