Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open an Excel file in PHP?

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?

like image 828
Ali Avatar asked Mar 18 '09 01:03

Ali


1 Answers

I've use the PHP Excel Reader

and here is a Good Write-up From Zend

like image 184
jonstjohn Avatar answered Sep 28 '22 04:09

jonstjohn