Node.js Read an Excel file in Node.js and Typescript In this post, we will see how to read the content of an Excel file in Node.js using the library exceljs. We will also see how to handle cell formula.
Node.js Write data in an Excel file using Node.js and Typescript In this post, we will see how to write data coming from a database in an Excel file using Node.js and Typescript. We will use a package called exceljs.