Excel Macros with JavaScript & Node JS - Read Excel File to JSON, convert excel file into JSON

preview_player
Показать описание
Requirements

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 sheetName = wb.SheetNames[0]
var sheetValue = wb.Sheets[sheetName];

0:00 - Introduction to the video
0:24 - Excel Content
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

---------------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------------------

#readExcel
#readExcelthroughjavascrpt
#convertexceltojson
Рекомендации по теме
Комментарии
Автор

Thanks sir thank u so much sir jldi hi aapka 5k sub ho jaye sir itna acha padhate hai sir

STATUSSHUBHAM
Автор

hello sir....i'm trying to read from an excel file which has stylings and macros in 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

boddulasrikanth
Автор

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?

nandhakumargp
visit shbcf.ru