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).
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.