Good morning! I'm developing a project using node js and I wanted to do the following:
Upload a file in xslx or xls and make a multiple insert into the database with the number of items you want in that file.
I've tried to do this before and I couldn't. Another idea would also be to upload xlsx and convert it to a csv which I know works. Has anyone ever done something like this or similar on node?