tags:

views:

851

answers:

1

I am using oleread to read uploaded xls file. But I am not able to read xlsx files saved in excel-2007 format. can someone help me on how to read xlsx file in PHP.

+2  A: 

PHPExcel is probably your best option. It's very slick and easy to use, I've had no problem with the new XLSX format.

blake