where is the "PhpSpreadsheet"? i don't found "PhpSpreadsheet" into your source code. can you please let me know where i have to upload "PhpSpreadsheet"? thanks.
@@knowledgethrusters thank u, my problem is fixed, but my new problem is I don't know how to import data that has been connected to the database in the form of an integer, for example i have field id_B in table A related id_B in table B. I want to import data to table A, how to make usb data in the form of integers can be read and imported to the database, where the id_B data in excel is in the form of varchar? thank you in advance 🙌
How to 1.protect worksheets and restrict user actions like row and column insertion, deletion, and resizing using php spreadsheet 2.Protect cells using a lock cell feature to restrict user editing action in selected cells using php spreadsheet 3.hide formula and set invisible using php spreadsheet
You help me so much, I really love this. I suffered from several libraries but you just saved me. Thanks again
thank you for the video, in fact i want to apply some security check in my columns, how can i proceed ?
where is the "PhpSpreadsheet"? i don't found "PhpSpreadsheet" into your source code. can you please let me know where i have to upload "PhpSpreadsheet"? thanks.
Very very useful video thank you for so much for sharing an amazing video
Very very very very useful video thank you for so much 💗
Thank you so much for tutorial finally my bug solved
Can you please tell me how to upload xlsx file as json in mysql with the help of phpspreadsheet in core php. I am not familiar with codeignitor🙏🙏🙏🙏
I tried the step metioned in your tutorial and works fine on localhost but when uploaded on webserver it doesn't work. why? anyidea?
Same, I tried it to a centos server and $_Post was empty. Did you able to fixed it?
Thank you so much for your tutorial, it really helps me!
thank you, your really help me
truly helpfull, thanks
Gracias
thank you so muchhh
thank you so much for this video!
thank you so much for video!
Hello mam i am using phpexcel library not phpspreadsheet bu i am faceing issue in reading my file can you please help me
getting error ,
Severity: Notice
Message: Trying to access array offset on value of type int
Filename: Cell/DefaultValueBinder.php
Line Number: 56
how to import excel file with images into database ??
Please cashfree payment gateway intigration in laravel i m useing api but token issue please make a vedio..
how to filter duplicate data..?
my problem is :The requested URL was not found on this server. when i click submit after choose file. please help me
@Reynaldi Please Check that you have defined route properly and that same function is present in your controller.
@@knowledgethrusters thank u, my problem is fixed, but my new problem is I don't know how to import data that has been connected to the database in the form of an integer, for example i have field id_B in table A related id_B in table B. I want to import data to table A, how to make usb data in the form of integers can be read and imported to the database, where the id_B data in excel is in the form of varchar? thank you in advance 🙌
@Reynaldi Ary Tumanan Please try this if you want to convert to integar
$int = (int)$num;
@@knowledgethrusters oh yeah, i will try it
@@knowledgethrusters i'm sorry, i don't know how to code this
girl will be girl. she's excel sheet has such stuff that always shuffling in their mind. LOL😃😃
How to
1.protect worksheets and restrict user actions like row and column insertion, deletion, and resizing using php spreadsheet
2.Protect cells using a lock cell feature to restrict user editing action in selected cells using php spreadsheet
3.hide formula and set invisible using php spreadsheet