PHPExcel : Working With Excel Spreadsheet in PHP #3 Populating Excel With Data From Databases

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2024

Комментарии • 44

  • @wavemancali
    @wavemancali 6 лет назад

    Man, thanks so much for this series, it is going to make my life so much easier. I just got tapped for a project at work that this completely fits into.

  • @niteshlimbu8627
    @niteshlimbu8627 4 года назад +1

    Everything that I needed is in this video. Loved it!

  • @gginnj
    @gginnj 4 года назад

    Great Tutorial - touched on the basics of formatting just perfectly - The only thing that would make it better would have been to have the code either in the description for download, or a url for download....Thanks

  • @oracle11iappsdba
    @oracle11iappsdba 5 лет назад

    Excellent guidance. Thanks. What plugin in need to download to make it work on wamp.

  • @anupambd94
    @anupambd94 5 лет назад

    Very helpful. You saved my time.. Thank you very much.

  • @josemariaheribertoalvarado6727
    @josemariaheribertoalvarado6727 2 года назад

    I have a question, how could I do if need to create a table in a specific cell?

  • @bricegnanago409
    @bricegnanago409 5 лет назад

    Thanks for the video! I need to just edit the file. That is, altering only the specified columns and keeping the data that was previously there

  • @MBarram
    @MBarram 6 лет назад

    Hi, I have a question is there a possibility to search an excel file for a specific value if the column is known. Something like '$excel->getActiveSheet()->getCell('B'.'this_one')->getRow() !=""' rather than $excel->getActiveSheet()->getCell('B'.'120')->getValue() !="" Thank you!

  • @erigits
    @erigits 7 лет назад

    Very good and well explained , thank you so much

    • @erigits
      @erigits 7 лет назад

      @Gemul Channel, what might be the problem with my code, , the error is "excel cannot open the file "enforce.xlsx" because the file format is not valid.....
      check code :codeshare.io/aJpoWE

    • @erigits
      @erigits 7 лет назад

      even after doing that, same error, I have included the variables $date1 and $date2

  • @download3231
    @download3231 4 года назад

    Thank you very much.

  • @gregoiremaria1078
    @gregoiremaria1078 6 лет назад

    HI, thx for the video, can we add images with PHPExcel?

  • @Greenitcom
    @Greenitcom 5 лет назад

    thank you very much

  • @yafreestyler
    @yafreestyler 3 года назад

    Big thanks!

  • @programmerchs9895
    @programmerchs9895 6 лет назад

    hello sir.. can i ask u again.. about how to make format %. example 10%. thank you sir.

  • @jkhudiya
    @jkhudiya 4 года назад

    how export excel table structure like table in side table in php

  • @mcson1987
    @mcson1987 4 года назад

    how about not losing macro vba using a Template with Macro?

  • @elijaprice
    @elijaprice 7 лет назад

    Great tutorial, thank you very much! Will you be uploading the next video soon?

    • @elijaprice
      @elijaprice 7 лет назад

      Thank you very much :)

  • @abdoulnassiroukarimouamado3672
    @abdoulnassiroukarimouamado3672 6 лет назад

    Hi i am on symfony3 and i need to upload excel file and insert data on my database how can i do it

  • @ashokvarma54
    @ashokvarma54 5 лет назад

    Many Thanks, God bless you.

  • @TheFaisalMoon
    @TheFaisalMoon 4 года назад

    How do i attach this file in email

  • @averagesubscriber
    @averagesubscriber 5 лет назад

    helpful, thanks!

  • @IgorApolonin
    @IgorApolonin 6 лет назад

    Thanks a lot man!

  • @programmerchs9895
    @programmerchs9895 6 лет назад

    how to make alternating color on that data rows.

    • @programmerchs9895
      @programmerchs9895 6 лет назад

      sorry master. im confuse cz its my first time create PHPExcel.. can u show me with ur code in that video. cz im follow full ur code and its succes for me.

    • @programmerchs9895
      @programmerchs9895 6 лет назад

      thanx sir. but what i want is how to apply ur loop for odd/even to datarender file.
      i just try like this. but its not work.
      for($rows = 4; $rows getActiveSheet()->getStyle('A4:I' .($row++%2))->applyFromArray(
      array(
      'fill' => array(
      'type' => PHPExcel_Style_Fill::FILL_SOLID,
      'color' => array('rgb' => 'ccff99')
      )
      )
      );
      //$colorState='even';
      }
      };

    • @programmerchs9895
      @programmerchs9895 6 лет назад

      i didnt see it sir

    • @programmerchs9895
      @programmerchs9895 6 лет назад

      its work sir.. thank you for ur help.. keep it up, ill watching :D

  • @rajeshmouryacreator
    @rajeshmouryacreator 7 лет назад

    can u share this code pls

  • @SantiagoMartinez-ys4dj
    @SantiagoMartinez-ys4dj 6 лет назад

    PHPExcel is deprecated...

    • @timcarey966
      @timcarey966 6 лет назад

      Does this mean it will no longer work in Excel eventually? Wondering if this will still work for my purposes. Thanks!

    • @SantiagoMartinez-ys4dj
      @SantiagoMartinez-ys4dj 6 лет назад

      Do you have documentation of your classes, objects? I have searched and the truth has been difficult to find phpspreadsheet documentation something clear. Well, I'm new to this. I already have it installed on my machine.

  • @MBarram
    @MBarram 6 лет назад

    Hi, I have a question is there a possibility to search an excel file for a specific value if the column is known. Something like '$excel->getActiveSheet()->getCell('B'.'this_one')->getRow() !=""' rather than $excel->getActiveSheet()->getCell('B'.'120')->getValue() !="" Thank you!

  • @faizanamjad2352
    @faizanamjad2352 6 лет назад

    Thanks a lot for this !!