Import Data From Excel or CSV File to Mysql using PHPSpreadsheet

Поділитися
Вставка
  • Опубліковано 12 лис 2024

КОМЕНТАРІ • 41

  • @AlexandrIDK
    @AlexandrIDK 2 роки тому

    Thanks! but how to check excel data before insert in MySQL, using few cell (b1,b2,b3) in row for check, if it data already exist in DB (like CONCAT(field1,field2,fiel3))
    if (if_array(cell, CONCAT(fields)) ....

  • @rajeshtewari6059
    @rajeshtewari6059 2 роки тому

    how to get vendor/autoload.php
    and how to import date

  • @perikliskakarakidis9528
    @perikliskakarakidis9528 3 роки тому

    Excellent, explaination, simple and under 20 mins. thanks a lot!

  • @alerapheal2999
    @alerapheal2999 2 роки тому

    vendor/autoupload.php, where can i locate this file ?

  • @murtazanoori6414
    @murtazanoori6414 3 роки тому +1

    can you tell me what is import_excel file ?

  • @abdallahhussein5997
    @abdallahhussein5997 2 роки тому +1

    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

  • @moizchauhdry
    @moizchauhdry 4 роки тому +2

    dont import column header from excel sheet to mysql ?

    • @moizchauhdry
      @moizchauhdry 4 роки тому

      means import data from row 2 to own-wards. kindly guide me. Thank you

  • @israelhuamani4677
    @israelhuamani4677 2 роки тому

    Each time that I import more than once, records are duplicated more and more. Please help

  • @michaeljohnbaco2480
    @michaeljohnbaco2480 3 роки тому

    \PhpOffice\PhpSpreadsheet\IOFactory::identify($_FILES["import_excel"]["name"]);
    \PhpOffice\PhpSpreadsheet\IOFactory::createReader($_FILES["import_excel"]["tmp_name"]);
    code above in undefined type, what should i do?

  • @msa_1439
    @msa_1439 3 роки тому

    How to Skip Header from Excel Spreadsheet While Uploading to MySQL

  • @timelesstalestrails
    @timelesstalestrails 3 роки тому +1

    a very helpful tutorial here. I appreciate. I was wondering how can someone handle an excel file which contains some data which are already in the database but want to add only those which are not. Thanks in advance. hope my question is clear enough.

  • @ahmednasr1864
    @ahmednasr1864 4 роки тому

    I need dependent select box pdo php can you make video about that please

  • @diagknowstech
    @diagknowstech 4 роки тому

    i want to upload the data from column 6 until the end,,, how do i do this..

  • @gkdada67
    @gkdada67 4 роки тому +1

    Sir error showing \Xlsx.php on line 1332

    • @gkdada67
      @gkdada67 4 роки тому

      Ok it is problem from old version of PHP it is required New thanking you sir but
      It is possible "I need only date not date & time " sir please help me

  • @bartjans221
    @bartjans221 4 роки тому +1

    Hey Webslesson, thanks for this tutorial. Tried it, but get permission denied on the move_upload_file. Is there a way to fix this, please ?

    • @narendraverma825
      @narendraverma825 3 роки тому

      Have you found the solution to this? I am also getting the same issues

    • @bartjans221
      @bartjans221 3 роки тому +1

      @@narendraverma825 I did manage to get it working, but had to change the code a bit.

    • @narendraverma825
      @narendraverma825 3 роки тому

      @@bartjans221 I just change the permission of my folder and solved my issue... Now my issue is, The first row is my column name and when I import then I am also getting my column name in the table.

    • @bartjans221
      @bartjans221 3 роки тому

      @@narendraverma825 Depends what kind of data is in your file. In my case, I filtered out the first row with column names like this : the column names are letters, but my actual data on following rows are numbers, so could filter the first row with something like : if(is_numeric($row[0])) {

    • @narendraverma825
      @narendraverma825 3 роки тому

      @@bartjans221 ​ @Bart Jans Thanks for the information. I tried $isheader = 0;
      before then foreach and then
      if($isheader > 0) {
      $insert_data = array( // )
      // my query
      }
      else
      { $isheader = 1; }
      and it's working now. Thanks for the help

  • @Jonathandda
    @Jonathandda 4 роки тому

    Muchas gracias excelente

  • @divyaa2152
    @divyaa2152 3 роки тому

    sir ......please add file already exist validation ......in php java script

  • @현GG
    @현GG 4 роки тому

    Thanks a lot! your teaching was sooooo good

  • @satyanarayansharma323
    @satyanarayansharma323 4 роки тому

    please make import data ecel using phpspreaadsheet

  • @abdelfetttahelghabauoi501
    @abdelfetttahelghabauoi501 4 роки тому

    why é,à not read ?

  • @aphiwatchawilai7205
    @aphiwatchawilai7205 4 роки тому

    thank you

  • @asifraza6249
    @asifraza6249 4 роки тому

    Please sir add a add story feature to follow unfollow

  • @jamesikubi6831
    @jamesikubi6831 4 роки тому

    Amazing tutorials man (person)...Just stop using "Have" so much😁

  • @wodzimierzpaus3337
    @wodzimierzpaus3337 4 роки тому

    Works under Windows but not under Linux.

  • @agasigabrielyan1764
    @agasigabrielyan1764 4 роки тому +1

    Artificial Intelligence has reached us ... robot typing the code -) ... I think I should go to find another profession ... :-)

  • @SohailKhan-tc8uz
    @SohailKhan-tc8uz 4 роки тому

    Make a complete E-commerce website tutorial using code igniter

  • @DeepakKumar-rw4yi
    @DeepakKumar-rw4yi 4 роки тому

    Printing data twices

  • @anonymoustrap2677
    @anonymoustrap2677 4 роки тому

    Sir please add a dislike button toggle with like button to follow unfollow system

  • @wahyusaragih4265
    @wahyusaragih4265 4 роки тому +1

    Thank you for sharing. I tried the code in xampp and it works fine. But I get permission denied when uploading file in my server
    ```
    Warning: move_uploaded_file(1590554786.xlsx): failed to open stream: Permission denied in /#/import.php on line 12
    ```
    How can I solve this problem?

    • @narendraverma825
      @narendraverma825 3 роки тому

      Have you found the solution to this? I am also getting the same issues

  • @mattmattelig
    @mattmattelig 4 роки тому

    why so many ads?