Read any Excel File using PHPExcel in PHP

Поділитися
Вставка
  • Опубліковано 15 січ 2025

КОМЕНТАРІ • 54

  • @ebusiness7230
    @ebusiness7230 2 роки тому +2

    thank you man , you saved my project, i will pray for you

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

    Thank you! EXCELLENT video and you explained it very well! Prayers for you!!

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

    Thanks friend, well explained, thanks for zooming in on the code, it's well readable, thanks.

  • @kumel619
    @kumel619 3 місяці тому

    Very nice. But i got few questions. Lets say i want to rearrange the file columns or if i want add ruppee symbol before price for certain columns; how we do do that? Would be really greatful.

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

    excelent video, congratulations!

  • @lungten7673
    @lungten7673 2 роки тому +2

    Fatal error: Array and string offset access syntax with curly braces is no longer supported in C:\xampp\htdocs\Classes\PHPExcel\Shared\String.php on line 526

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

      i have the same error

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

      downgrade your php version, i am using mamp which show me 2 version of php to select, in v8 getting same problem but switching to v7 works fine

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

      there's only a few of those errors. I just went through and changed every instance of a {} to []. That should fix it and not take too long.

    • @carlos.rdveloz
      @carlos.rdveloz 2 роки тому

      As ImperialN17 said, just go to string.php file and change all $str{$i} to $str[$i] in every lines where the error is shown

  • @kimiyosakura7873
    @kimiyosakura7873 Рік тому

    Thank you for your excellent video! just follow step by step and its working perfectly. Keep up the good work

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

    what if I want to add a file upload button to read excel files?
    sorry if my english is bad

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

    Excellent

  • @JitendraRajput-yo1ds
    @JitendraRajput-yo1ds 10 місяців тому

    Sir date not read proper manner it was converted into strings so I want to date as same formate how can be possible

  • @sivakumar-uf3pv
    @sivakumar-uf3pv 3 роки тому

    Super & thanks

  • @AkshayPawar-uu8kf
    @AkshayPawar-uu8kf 2 роки тому

    very informative, but if we change the value of excel will this automatically get updated to php and website ??

  • @Производственнаягимнастика

    How to import if cells are merged in the file?

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

    very good video, thanks !

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

    How if there are any sheets in one file?

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

    is possible excel to dat file conversion using php

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

    Thanks friend

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

    What if an excel file with formulas? Can use an excel with formulas does the formulas work with the browser?

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

    Does it read images too?

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

    merci mais il y a un souci pour lire les dates ca provoque des erreurs

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

    Does this work online on sites like 000Webhost?

  • @raashidvz5100
    @raashidvz5100 4 місяці тому

    Sir this is not working in latest version of php , can you please do a video how to do it in updated version🙏🙏🙏

  • @damiano.447
    @damiano.447 3 роки тому

    bro, how can I print a specific range of rows?

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

    Thank you

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

    Hi, gerat video. However phpexcel is 'dead' and phpspreadsheet requires using composer. I don't have composer. Can I install phpsspreadsheet by hand?

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

    thank you!

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

    Is this works for php 7 version? ?

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

    Hlo sir, iam getting error in PHPExcel\shared\string.php

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

      Sir plzz give solution for this it is soo importent😞😞

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

      Sir plzzzzzz sir

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

      @@rv_channel8665 go to that file and then change the {} to []

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

      @@jaysoncainglet8456 tq sir for ur ripley, but iam changed and I got output alredy but it was soo good sir tq fir sharing a such of information

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

    I cudn't read a single field 😣 ....plz help me out

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

    Please make us video
    How to see mysql username or password or datebase on siteground please thanks for your all vidoes

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

    Sir I am looking for a way I can send a message from excel by looping through the entire excel and replace a string with the actual value like
    Dear {{NAME}}, please pay your balance of {{AMOUNT}}
    Where NAME and AMOUNT is the 1st row. I want the message to contain the actual value of the cell eg
    Dear JOHN, please pay your balance of $1000

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

      Programmatically u can do that, what type of message u need to send. U mean sms?
      And from where does u fetch name and amount?

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

      @@jinujawad I am fetching everything from excel, I have a form textarea where someone writes a message with the merge tags i.e the tcolumn headings, my work is to loop through the entire excel and replace my column headings inside the textarea with exact column values then insert them in a db

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

    1 000 000$ Man!

  • @mardocheegovesse9520
    @mardocheegovesse9520 Рік тому +1

    For the fatal error concerning string.php change {} to []
    Concerning the error of default .... Change the line 82 To this line } elseif (0 === strpos($pValue, '=') && strlen($pValue) > 1) {

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

    unfortunately the "PHPExcel.php" does not work anymore with all the new Versions because of following Error: :D

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

      Fatal error: Array and string offset access syntax with curly braces is no longer supported in C:\xampp\htdocs\verlauf\probe\Classes\PHPExcel\Shared\String.php on line 526

  • @raashidvz5100
    @raashidvz5100 4 місяці тому

    Fatal error: Uncaught Error: Class "ZipArchive" not found in C:\xampp\htdocs\AMS\practice\Classes\PHPExcel\Reader\Excel2007.php:85 Stack trace: #0 C:\xampp\htdocs\AMS\practice\Classes\PHPExcel\IOFactory.php(269): PHPExcel_Reader_Excel2007->canRead('Book1.xlsx') #1 C:\xampp\htdocs\AMS\practice
    eadExcel.php(19): PHPExcel_IOFactory::createReaderForFile('Book1.xlsx') #2 {main} thrown in C:\xampp\htdocs\AMS\practice\Classes\PHPExcel\Reader\Excel2007.php on line 85
    Sir ,can you please help me to correct this error...........

  • @gauripawar4808
    @gauripawar4808 Рік тому

    Sir I am getting the error $excelReader is undefined variable. Sir please help me what to do

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

    Thank you

  • @l._.mr.vedant._.l
    @l._.mr.vedant._.l Рік тому

    Fatal error: Array and string offset access syntax with curly braces is no longer supported in C:\xampp\htdocs\quiz\Classes\PHPExcel\Shared\String.php on line 526