Read/Write excel sheet using ExcelJS
In this post we will understand how we can read/write excel sheet and styles using ExcelJS [javaScript/TypeScript]. We are using node.js / npm package “ExcelJS” to achieve excel operations. Installation : Open terminal [Ctrl + `] and enter npm install exceljs or make an entry to the package.json under dependency and run command npm install…