PHPExcel Tutorial - Read an Excel File (.xlsx)

preview_player
Показать описание
How to use PHPExcel to read xlsx (or xls) file on the server and display the data on the webpage

Рекомендации по теме
Комментарии
Автор

It is so nice to have a simple clear explanation on how to do this stuff. Thank you!

amysemanek
Автор

Yo, one of the most helpful and clear videos I've seen on this platform. Many thanks!

alikhanbaidussenov
Автор

So much simpler than other methods I have seen. Thank you.

andystath
Автор

thank you for this video! I was searching for this informations around 2 months :D

sztolaz
Автор

Seriously wish I had this when I first started using PHP Excel, well done, great handle as well, lol

IsaSoandso
Автор

gracias parcero por los videos, muy buenos todos.

cesarparra
Автор

Thanks but, you must zoom to the code, nothing of your code can be seen, I needed just this but I could see the code.

Ariel_Fernandez
Автор

If your excel file doesn't have this structure, how can you do it? Because an excel file does not always have that database type structure, sometimes there are reports ...

asiaC
Автор

Thank you so much for this tutorial It help me a lot

asrinivasareddy
Автор

Hello, I use a drop-down list on Excel and I would like to be able to retrieve the values ​​and not the keys of it. Can you help me? for example
1 = drop-down
2 = list
I would like to retrieve the "drop-down" or "list" values. Thank you.

excption
Автор

This course has helped me a lot, but I would like to know how can I read filtered data (NOT ALL THE DATA) from the Excel File, for example: You have 20 registers in the Excel File:

Code | Product Name
1 | Fish
1 | Notebook
1 | Wine
1 | Juice
1 | Pen
1 | Book
...
2 | Computer
2 | Wallet
...

NOTE: (Code and Product Name are columns...)

And you know you can filter by something in the Excel file, and I'm filtering by CODE and I will get all the registers with CODE = 1, imagine that the registers that have CODE = 1 are 10.
So...

There's any way to get just the registers that have the CODE = 1 and ignore the other ones with CODE = 2 from the Excel file? DON'T CONFUSE WITH THIS CONDITION:

!= 2) {...

I'M REFERING TO THE FILTERS INTO EXCEL, WHERE YOU CAN DISPLAY SOME DATA THROUGH BY FILTERS....

carlosgodinez
Автор

thank you this is amazing!!! and is it also possible to open and launched the specify excel file instead doing that way?

valiantcolumnar
Автор

It doesnt work. I dont have the PHPExcel.php because the project is deprecated. Can someone send me pls?

Mr.Smith_
Автор

how can I add up an entire column?
I would like the sum of this column
echo

Thanks

PinoMancinelli
Автор

does it require configuration file shows that it cannot open the file

anushagadepalli
Автор

what is require_once "Classes/PHPExcel.php"; standing for

rubykanima
Автор

This Example is not working live server...pls help...me

jatinsapariya
Автор

this thing is not working, does it requires anything more related to configuration.

adityagaikwad
Автор

Hi, Implement this code and read the .xls, but the .xlsx does not read it, does it require some configuration on the server (IIS) for php?

anagila
Автор

Just one doubt..I have a cell which is having a user defined function. Can i get the calculated value on my web page? I have an excel add-in. The function is defined in that add-in. Is it let me know..

ksureshnair