Create a PHP Script by pulling data from Excel

Asked

Viewed 32 times

-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???

2 answers

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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.