It is an extremely useful package which provides the following features:
Creating workbook
Creating worksheet
Handling headers and footers
Setting frozen or split views
Setting auto filters
Data manipulation on rows and columns
Adding data validation
Adding styles
Inserting images to workbook
npm install exceljs
const ExcelJS = require('exceljs');
references:
https://levelup.gitconnected.com/beginners-guide-to-exceljs-63d7834ac08a
No comments:
Post a Comment