Only your approach worked for me. Thanks for sharing this video.
@Samlama88482 жыл бұрын
No problem
@niteshlimbu57452 жыл бұрын
Lifesaver! Thank You. It worked without any hiccups.
@ilyasrodi15513 жыл бұрын
Thank You Sam !!!! FANTASTIC TUTO !!!!!
@anwarahmedsiddiqui4663 жыл бұрын
data is not for the second column showing error in console as "Each child in a list should have a unique "key" prop '
@lighttigerxiv Жыл бұрын
Thank you. All the tutorials were not working. I think i was not importing the XLSX correctly
@ErnestoBalanzar3 жыл бұрын
you have solved my project :) thank you!
@BHVampireLF4 жыл бұрын
It worked like charm
@bhanusharma24822 жыл бұрын
Thanks brother, Great work!!
@fernandofincatti59614 жыл бұрын
It worked for me! Nice tutorial!
@anishachoudhury_2 жыл бұрын
may i know how do i link my pictures from excelsheet in react
@ShahbazKhan-zl2zt3 жыл бұрын
can you please tell me how to send this data to API.
@andresdavid37542 жыл бұрын
Thank you very much! Great video, it worked!
@RavikiranGS2 жыл бұрын
How to make header bold in excel using xlsx ?Thank you?
@jhoncar2 жыл бұрын
excelent!!! question, to do the reverse process and download it, how would it be done?
@blendaguedes2 жыл бұрын
Thank you! It really helped me :)
@kogantieswar52403 жыл бұрын
@Sama Lama , Hi first of all thanks for your valuable work. What if i have two or more sheets in excel and i need to store all three sheets data. Thanks.
@kalyanperla97672 жыл бұрын
Thank you❤️❤️
@ChronologicalLogic3 жыл бұрын
hmm tried this, and the workSheet is created correctly (in debugger view), but the XLSX.utils.sheet_to_json() doesn't seem to be able to parse the workSheet for whatever reason - just returns an empty array :/ I can create my own parser, but tbh, I would want to avoid that
@veronicabarrientos28932 жыл бұрын
Thanks for the video, that was perfect to me!
@McTrachos2 жыл бұрын
Hi, sorry about the question but, i replicate your code and your excel file in my code. but if I try to use it I have this error "Error: Unsupported file undefined ", do you know why? is from this line "const wb = XLSX.read(bufferArray, {type:'buffer'});"
@Ops_pops2 жыл бұрын
iam gettting an error as : Module not found: Error: Cannot find file: 'xlsx.mjs' does not match the corresponding name on disk: './node_modules/XLSX/xlsx'. anyone can help me with this.Thank you in advance.
@garikmelqonyan91303 жыл бұрын
Thank you man. It really got the job done!
@JayCutler223 жыл бұрын
Do you know how to convert this code to async/await ?
@trailslug8932 жыл бұрын
Is the xls sheet available that you used for this project?
@diEGo416573 жыл бұрын
Thank you brother, you helped me a lot :D
@anwarahmedsiddiqui4663 жыл бұрын
How to do the same using components and props
@MohamedNazeem984 жыл бұрын
great video and explanation thanks alot dude
@niranjanbhamepatil2 жыл бұрын
Hey I have one question here. If my excel file has some styling like font weight bold and background color so can I read that properties too and apply same on my table? Thanks for the video.
@ShahbazKhan-zl2zt3 жыл бұрын
thanks for the video. really helpfull.
@umairmuhammadabbas39293 жыл бұрын
Thanks that's really helpful
@a1034a2 жыл бұрын
great~
@erkany67533 жыл бұрын
It is very useful, thank you!
@chientauc12233 жыл бұрын
tks bro
@bhojakrahul58803 жыл бұрын
If we have url of xls.
@sauravsatpathy54072 жыл бұрын
Bro how can exclude the header in the JSON array if yes how?
@Samlama88482 жыл бұрын
use shift on an array
@rideonwheels70283 жыл бұрын
thank you
@errinwright3 жыл бұрын
Can this be used to upload Excel file data to firebase collection database?? You're the 🐐 🐐 🐐
@sweat_gamer55403 жыл бұрын
Nice video. However, package.json is not having the xlsx dependency.
@muzamilhussain25504 жыл бұрын
your video is very helpful for me but I have got one error warning while running my project and I'll able to display only one record. This error warning will show in console.log "Warning: validateDOMNesting(...): Text nodes cannot appear as a child of ". So, please help me what I can do right now. Thanks
@Samlama88484 жыл бұрын
Hello, I have added GIT repo. Please have look in description. Thanks
@muzamilhussain25504 жыл бұрын
@@Samlama8848 Ok Thanks
@hajramohammadshahid48933 жыл бұрын
How can I read an excel sheet using its url ?? (Google Spreadsheets) Sir please let me know , it's urgent. Thank you
@robinalexander199502 жыл бұрын
nice video bro!!! can you make a video on how to send this csv to mongodb with the help of node
@Samlama88482 жыл бұрын
Sure!! Thanks for suggestion
@digvijaysingh83763 жыл бұрын
ITs working thanksss
@muzamilhussain25504 жыл бұрын
Sorry to disturb you I have one more question. We are able to define the range of columns and rows in reactjs or not??? I mean A1: A6 columns data are shown in this column like so...
@Samlama88484 жыл бұрын
I think easy way to get data from A1:A6 is read the excel files and read response between A1:A6 which is 6 length array ignore rest array or you can check Sheetjs for documentation.
@rroossyyiidd3 жыл бұрын
Thanks a lot :)
@swaniketchowdhury3 жыл бұрын
Great video, thank you. BTW how can I also get the headers?
@rムel2 жыл бұрын
@Swaniket, please did you later figure it out? help I'm look for the same solution
@bhanusharma24822 жыл бұрын
@@rムel did you find out?
@rムel2 жыл бұрын
@@bhanusharma2482 ahaha no, I later had to use papaParse, it automatically makes the first row the headers xD
@meghanaorugunta9763 жыл бұрын
Thanks for the video. What if I don't want to display the table headers till the excel file is loaded ? To further explain, could you please tell how to display the whole table only after the data is loaded ?
@Samlama88483 жыл бұрын
you can use if and else on table and check if data is available or not. thanks
@UmairAhmad272 жыл бұрын
You can use the ternary operator. items.length > 0 &&
@SushilKhekare3 жыл бұрын
want to read directly from folder without any propmt.
@okumuoriaro49943 жыл бұрын
Did you find a way? Been searching for the exact same thing