commit
						b243a7f7e8
					
				| @ -1935,6 +1935,7 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE | |||||||
| 		if (isset($is->t)) { | 		if (isset($is->t)) { | ||||||
| 			$value->createText( PHPExcel_Shared_String::ControlCharacterOOXML2PHP( (string) $is->t ) ); | 			$value->createText( PHPExcel_Shared_String::ControlCharacterOOXML2PHP( (string) $is->t ) ); | ||||||
| 		} else { | 		} else { | ||||||
|  | 			if(is_object($is->r)) { | ||||||
| 			foreach ($is->r as $run) { | 			foreach ($is->r as $run) { | ||||||
| 				if (!isset($run->rPr)) { | 				if (!isset($run->rPr)) { | ||||||
| 					$objText = $value->createText( PHPExcel_Shared_String::ControlCharacterOOXML2PHP( (string) $run->t ) ); | 					$objText = $value->createText( PHPExcel_Shared_String::ControlCharacterOOXML2PHP( (string) $run->t ) ); | ||||||
| @ -1987,6 +1988,7 @@ class PHPExcel_Reader_Excel2007 extends PHPExcel_Reader_Abstract implements PHPE | |||||||
| 				} | 				} | ||||||
| 			} | 			} | ||||||
| 			} | 			} | ||||||
|  | 		} | ||||||
| 
 | 
 | ||||||
| 		return $value; | 		return $value; | ||||||
| 	} | 	} | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Progi1984
						Progi1984