const XLSX = require('xlsx'); · const workbook = XLSX.readFile('Ridham.xlsx'); · const sheet_name_list = workbook.SheetNames; · console.log(XLSX.utils.
read-data-from-excel-file-in-node-js
This node reads a spread sheet and provides it at its output port. It reads only data from one sheet at the moment. It can read only numeric, date, boolean and ... 3925e8d270
read data from excel file in node js
Comments