Related questions
Reading an Excel file in PHP
I'm trying to read an Excel file (Office 2003). There is an Excel file that needs to be uploaded and its contents parsed.
Via Google, I can only find answers to these related (and insufficient topics): generating Excel files, reading Excel …
Excel date conversion using PHP Excel
i am reading date from excel which is in this format 12/5/2012 day/month/year
using this code to read . using PHP EXCEL
PHPExcel_Style_NumberFormat::toFormattedString($value['A'],'YYYY-MM-DD' );
its working like charm converting the above date '12/5/2012' to …