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.

Top comments (0)

Visualizing Promises and Async/Await ๐Ÿค“

async await

โ˜๏ธ Check out this all-time classic DEV post on visualizing Promises and Async/Await ๐Ÿค“