How to open an Excel file in PHP?

Click Upvote picture Click Upvote · Mar 18, 2009 · Viewed 12.9k times · Source

How can an excel file be opened, all cols/rows read in an array etc the same way .csv files can be? Is there any built in libraries/classes for that in php?

Answer

jonstjohn picture jonstjohn · Mar 18, 2009

I've use the PHP Excel Reader

and here is a Good Write-up From Zend