How can I read excel data (office 2007 xlsx) in PHP?

php

Solution

PHPExcel, it is a really good utility!

Problem

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

Original source