我可以通过php w / o read.php阅读和解析Excel表格吗?

I need to read many excel sheets and for that, i'm using php. My question is where can I get this read.php and where should I save it? also, where should I put my excel sheets ? I never saw path for excel sheets given in codes on the web.

PHPExcel is a free full-featured PHP library for reading and writing Excel spreadsheets (xls & xlsx too).

http://phpexcel.codeplex.com/

Almost anything can be done with this, that an average user does with Excel, but it's usage needs OOP skills and some higher level practice at PHP.