Node.js: Read from Excel File

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

--------------------------------------------------------------------------------------------------------------
📚 If you want to get better in tech, check out my courses on Udemy with *35% Discount*.
Use Coupon Code "*YOUTUBE*" or click the links below!

🎓 Mastering PostgreSQL: Learning By Real Examples

🎓 PostgreSQL: The Ultimate Exam

🎓 Algorithm and Data Structures: The Ultimate Exam
Рекомендации по теме
Комментарии
Автор

That's what I wanted. Searched for this for hours for such a simple thing. Thanks

datboi
Автор

Thank u so much, i like short and clear videos, so helpfull

kaigoat
Автор

Thank you for making this video, it really helps me

celine.
Автор

Why you have used .v in the for loop ?

NIRAJKUMAR-rijb
Автор

pal, do u know how to read ole object like images, .docx files, .pdf files that attached inside an xlsx file?

handlebest
Автор

for me it is getting error as .v is undefined

dasarisahith
Автор

how to import excel data and insert into a js file?

negociosonline
Автор

Can we do reverse of this i.e fetching terminal data to Msexcel

bijeyta
Автор

my code erro node ./index.js
{ id: 200, name: 'felipe' }

const id = worksheet[`A${i}`].v;
^

TypeError: Cannot read properties of undefined (reading 'v')
at Object.<anonymous>
at Module._compile
at Module._extensions..js
at Module.load
at Module._load
at [as runMain]
at

felipevasconcelos
Автор

my code erro


node ./index.js
{ id: 200, name: 'felipe' }

const id = worksheet[`A${i}`].v;
^

TypeError: Cannot read properties of undefined (reading 'v')
at Object.<anonymous>
at Module._compile
at Module._extensions..js
at Module.load
at Module._load
at [as runMain]
at

felipevasconcelos
visit shbcf.ru