Make a Table, Styling, and Autofilter in PHPSpreadsheet | PHPSpreadsheet Tutorial #3

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

КОМЕНТАРІ • 28

  • @alep-u8g
    @alep-u8g 27 днів тому

    It has been 5 years, but the video still helping people out. Thanks for making this content

  • @LuisGonzalez-zl8pm
    @LuisGonzalez-zl8pm 2 роки тому

    Que grande eres. Muchas Gracias

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

    very clear and easy to understand. Thanks alot

  • @romansmal7476
    @romansmal7476 5 років тому +2

    tnx, its the best PHPSpreadsheet tutorial

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

    Thanks GemaCode. This was helpful to me today

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

    Great, thanks so much for the content. Because of you I was able to build a very powerful report extractor to my costumers exporting data in .xlsx and also .pdf using Dompdf that works along with PHPSpreadSheets. It would be much more difficult if it wasn't for this video. You rock!

  • @douglasfernando3845
    @douglasfernando3845 7 місяців тому

    Thank you very much, it helped me a lot.

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

    Muchas gracias por el video bro aprendi dos cosas aqui ufff gracias

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

    Very helpful, thank you!

  • @aledc777
    @aledc777 5 років тому +1

    Thank you very much!!! you have helped me a lot!

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

    For striped rows it's better to use conditional formating as this allow the user to use sorting and filters without breaking the row color order.
    You helped me to make my xls better ! ty

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

      Complementing this comment, use these formulae. Change "A" and "1" so the reference match the first cell in the row where data begin. There is two conditions, one for each stripe color:
      =MOD(SUBTOTAL(3, $A$1:$A1), 2) = 0
      =MOD(SUBTOTAL(3, $A$1:$A1), 2) = 1

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

    Buen video. Muchas gracias!! ♥

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

    Всё очень понятно и наглядно. Спасибо❤️

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

    very useful. thanks bro!

  • @saihemanthjakkula2461
    @saihemanthjakkula2461 5 років тому

    Thanks for the video bro, very much needed for me

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

    Merci c'est cool

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

    is it possible to apply filter only for columns B, G F ?

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

    thanks bro, but how, if i want to add description under table like signature or text

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

    Thank you so much. But in case am working with a file that already contains merged cells, how do i detect if cells are merged or not?

  • @olegbakum4872
    @olegbakum4872 5 років тому

    Is there an opportunity to set filters (pivot table) with PHPSpreadsheet directly?

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

    Thank you!!

  • @carlosband5143
    @carlosband5143 5 років тому

    Thank you... it was not what i need, but gave me some idea. I just need to create an EXCEL spreadsheet and formated a Cell with the color given by a seting color in my table DB named "color-show".
    Sorry for my poor english. I am brazilian and dont speak it well

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

      Você quer saber como que pinta uma célula com uma cor específica é isso?
      Já conseguiu?

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

      @@ShurekHam já consegui resolver.... se precisar posso detalhar o que fiz.

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

    ME HA SERVIDO DE MUCHO

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

    para el color y el color de fondo me sirvio mucho para el auto filtro lo saque de la documentacion $spreadsheet->getActiveSheet()->setAutoFilter('A1:E20');

    • @hermain-vm
      @hermain-vm Рік тому

      Hola, la sacaste de la codmentacion official o de gitgub?