Create a PHP script by pulling Excel data

-1

Well I want a help when creating a PHP script by pulling 2 data in an excel table, the file is xlsx, I would have to pull data in different columns, can anyone help me in how to do this ??? >     

asked by anonymous 03.11.2017 / 19:43

2 answers

0

For this situation, I use the PHPExcel class. Here's a tutorial in Portuguese explaining how to make use of this class . But basically, you need to tell the way to the file, set the tab that is active and transform all the data into an array so you can manipulate the data. Your question has already been answered, at Stack Overflow in English .

    
03.11.2017 / 21:27
-1

Have fun!

Top 30 classes from PHP to Excel

One of these classes is sure to help.

    
03.11.2017 / 20:27