15/10/2014, 07:37
|
| | | Fecha de Ingreso: mayo-2014
Mensajes: 34
Antigüedad: 10 años, 6 meses Puntos: 0 | |
Respuesta: PHPExcel: Problema al leer fichero con un grafico Cita:
Iniciado por hhs Creo que te hace falta el setIncludeCharts
Código PHP:
Ver original$objPHPExcel = PHPExcel_IOFactory::load("prueba.xlsx"); $objPHPExcel->setIncludeCharts(true); $worksheet = $objPHPExcel->setActiveSheetIndexByName("PQCDSM");
No me reconoce el metodo |