Read excel sheet containing merged cells using PHPExcel
问题 I want to read an excel sheet completely and using AJAX send each row to another page for processing. So I have used the following code for converting the excel sheet data into JSON array(Reference PHPExcel example provided in Library): <?php error_reporting(E_ALL); set_time_limit(0); date_default_timezone_set('Asia/Kolkata'); set_include_path(get_include_path() . PATH_SEPARATOR . 'PHPExcel-1.8/Classes/'); require_once 'PHPExcel/IOFactory.php'; $inputFileType = PHPExcel_IOFactory::identify(