Convert JSON into Excel sheet in Node.js || Project

preview_player
Показать описание
This video includes-
- How to create a node js project
-How to convert json data into excel sheet using xlsx
-How to use xlsx package

npm package:
npm install xlsx

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

tremendous content Codenemy. I smashed that thumbs up on your video. Keep up the outstanding work.

KeyserTheRedBeard
Автор

sir apki sab videos bht achi hn
❤️from pakistan

ranaimranahmed
Автор

followed exactly same code but when i opened students.xslx in numbers(mac) it shows my data row but below it shows 9 other empty rows,
could anyone help me out on the same?

shivlearning
Автор

Hey can you tell me how to append data in existing local excel file, like how to give excel file path in xlsx defined functions?

Nakshita_malhotra
Автор

great video!!!!, i have one doubt sir how can we save the file into specific folder? example i have folder name "storage" file should be save in that specific storage directory

inspactio
Автор

this was very helpful!!!! is there a way to make the first column bold?

ThaboMad
Автор

Thank you, man. Shortened my work pain)

MirasR
Автор

How to push all json data from json file into Google Sheet via nodejs pls reply soon

deepaktv
Автор

cool! How would your format the cells/column in the generated xlsx file? like have bold font for headers, merge cells, etc --

chesrocnigeria
Автор

muy buen video, muy didáctico, mil gracias

juancrm
Автор

great video!! Instead of using the terminal to write "node index.js", is it possible to execute the code with a html button

johnsthrowaway
Автор

How could i implement this in vue 3? Since there are no packages for this in vue 3...

theflaneur
Автор

How can we append one more worksheet to the same workbook
Ex:- in ur case "students" is the name of the sheet which is append to the workbook okay, now I want to add one more sheet let's say "class" which should be append to the same workbook only. So how can we achieve this??

pavankolur
Автор

how to append data instead of rewrite?

billypentester