Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/10/2014, 09:28
Avatar de hhs
hhs
Colaborador
 
Fecha de Ingreso: junio-2013
Ubicación: México
Mensajes: 2.995
Antigüedad: 10 años, 10 meses
Puntos: 379
Respuesta: PHPExcel: Problema al leer fichero con un grafico

Creo que te hace falta el setIncludeCharts
Código PHP:
Ver original
  1. $objPHPExcel = PHPExcel_IOFactory::load("prueba.xlsx");
  2. $objPHPExcel->setIncludeCharts(true);
  3. $worksheet = $objPHPExcel->setActiveSheetIndexByName("PQCDSM");
__________________
Saludos
About me
Laraveles
A class should have only one reason to change.