DEV Community

Emil Marlo Red
Emil Marlo Red

Posted on

Import and read excel files to NodeJS Express Application

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?

Top comments (4)

Collapse
 
jbutz profile image
Jason Butz

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.

Collapse
 
emilmarlo profile image
Emil Marlo Red

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!

Collapse
 
macmacky profile image
Mark Abeto

Use csv-parser.

Collapse
 
panbhatt profile image
Pankaj Bhatt

Exceljs is the best one.