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!
@soyoyeolamide99802 жыл бұрын
Thanks GemaCode. This was helpful to me today
@kaungko73932 жыл бұрын
very clear and easy to understand. Thanks alot
@LuisGonzalez-zl8pm2 жыл бұрын
Que grande eres. Muchas Gracias
@douglasfernando38455 ай бұрын
Thank you very much, it helped me a lot.
@Ohda3su3 жыл бұрын
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
@gabrielfreitas42702 жыл бұрын
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
@romansmal74765 жыл бұрын
tnx, its the best PHPSpreadsheet tutorial
@nicolasvallejos49692 жыл бұрын
Very helpful, thank you!
@ithielragnaros2 жыл бұрын
Muchas gracias por el video bro aprendi dos cosas aqui ufff gracias
@aledc7774 жыл бұрын
Thank you very much!!! you have helped me a lot!
@fenozotahinarakotosoa4140 Жыл бұрын
Merci c'est cool
@DeZZZle4 жыл бұрын
Всё очень понятно и наглядно. Спасибо❤️
@saepuloh4754 жыл бұрын
very useful. thanks bro!
@saihemanthjakkula24615 жыл бұрын
Thanks for the video bro, very much needed for me
@maxrivera32753 жыл бұрын
Buen video. Muchas gracias!! ♥
@howtohavesubscribers3 жыл бұрын
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?
@jesusedwarmelendezdiaz58152 жыл бұрын
is it possible to apply filter only for columns B, G F ?
@carlosband51434 жыл бұрын
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
@ShurekHam4 жыл бұрын
Você quer saber como que pinta uma célula com uma cor específica é isso? Já conseguiu?
@carlosband51434 жыл бұрын
@@ShurekHam já consegui resolver.... se precisar posso detalhar o que fiz.
@brayenes2 жыл бұрын
thanks bro, but how, if i want to add description under table like signature or text
@carlosdelgado169314 жыл бұрын
Thank you!!
@olegbakum48724 жыл бұрын
Is there an opportunity to set filters (pivot table) with PHPSpreadsheet directly?
@ithielragnaros2 жыл бұрын
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-vm11 ай бұрын
Hola, la sacaste de la codmentacion official o de gitgub?