-1
Well I want a help when creating a script in PHP pulling 2 data in an excel table, the file is xlsx, I would have to pull data in different columns, someone can help me in how to do this???
-1
Well I want a help when creating a script in PHP pulling 2 data in an excel table, the file is xlsx, I would have to pull data in different columns, someone can help me in how to do this???
0
For this situation, I use the class Phpexcel. Here is a tutorial in English explaining how to make use of this class. But basically, you need to inform the path to the file, set the tab that is active and turn all the data into an array so that you can manipulate the data. Your question has also been answered, in the Stack Overflow in English.
-1
Have fun!
The top 30 PHP classes for Excel
One of these classes will surely help you.
Browser other questions tagged php
You are not signed in. Login or sign up in order to post.