tags:

views:

59

answers:

3

How can I read excel data (office 2007 xlsx) in PHP? Is there any library for this?

+1  A: 

PHPExcel, it is a really good utility!

Filip Ekberg
A: 

What about http://sourceforge.net/projects/phpexcelreader/ ?

stex
A: 

If you want to use PHPExcel, here is something to get you started

The only other resources I am using at the moment are its documentation. Not much info on the web.

thearchitect