1. Node must be installed
2. Java must be installed
3. xlsx pakage must be installed
4. Visual Studio code is optional
Code :
var xlsx = require(“xlsx”)
var dataPathExcel = “testExcel.xlsx”
var wb = xlsx.readFile(dataPathExcel);
var sheetName = wb.SheetNames[0]
var sheetValue = wb.Sheets[sheetName];
//console.log(sheetValue);
var excelData = xlsx.utils.sheet_to_json(sheetValue);
console.log(excelData);
0:00 – Introduction to the video
0:24 – Excel Content
1:05 – Creating readExcel.js file
1:24 – Installing xlsx npm package
1:48 – Beginning of the program
2:47 – Creating a workbook object
3:20 – Creating a sheetName Object
3:52 – Creating a sheetValue Object
4:46 – Printing a unformatted excel response
5:44 – Introduction for excel to json method
6:45 – Printing excel to json conversion response
7:54 – Recap of the program
11:41 – End Tags and subscription to the channel
Next Steps :
———————————————————————————————————————————————————
———————————————————————————————————————————————————
Must Watch Playlists
► 1. Javascript –
► 2. Puppetter –
► 3. Cypress –
► 4. Tech works –
► 5. Vbscript Basics To Advanced –
► 6. Jmeter –
► 7. Excel –
———————————————————————————————————————————————————
———————————————————————————————————————————————————
#readExcel
#readExcelthroughjavascrpt
#convertexceltojson…(read more)
Convert Word 2 PDF: Word to PDF Converter
Convert PowerPoint 2 PDF: PPT to PDF Converter
Convert Excel 2 PDF: Excel to PDF Converter
Convert an Image 2 PDF: Image to PDF Converter
Convert HTML 2 PDF: HTML to PDF Converter
More Tools: PDF Converter
great video , but one doubt what if i have multiple sheets in one xlsx file and i want to get individual json file for each sheet. any idea bro?
nice one brother
Superb brother
Hi
nice video
hello sir….i'm trying to read from an excel file which has stylings and macros in it…..when i use the same data to create a new excel file all the macros and stylings are gone….how do i retain the stylings and macros when creating a new excel file from an existing one….please help
Thanks sir thank u so much sir jldi hi aapka 5k sub ho jaye sir itna acha padhate hai sir
Superb
Nice video
Informative
Nice video