Hi, does anybody know how or where can I search an NPM module that can help me create a Node JS application with Express server to import and read excel files?
For further actions, you may consider blocking this person and/or reporting abuse
Hi, does anybody know how or where can I search an NPM module that can help me create a Node JS application with Express server to import and read excel files?
For further actions, you may consider blocking this person and/or reporting abuse
Susheel kumar -
Megan Lee -
Megan Lee -
WhatsApp API for developers -
Top comments (4)
You can search for modules on NPM's site. If you are working with
.xlsx
files the xlsx module may be helpful. If you are working with.csv
files you might want to look into the csv suite.Thanks Jason! I've been viewing both modules for a week but still haven't tried one because I couldn't find a great tutorial about these. Anyway, I'll give it a try. Thanks!
Use csv-parser.
Exceljs is the best one.