DEV Community

Cover image for How to parse an Excel file in Node.js
coder4life
coder4life

Posted on

How to parse an Excel file in Node.js

This is a short introduction to reading and parsing Excel (xls, xlsx) files in Node.js. We will be using the npm module "xlsx" (SheetJS) for this example.

Latest comments (0)