Hi,
I made my code working, but its too slow... it takes about 5 minutes to complete, is there a way to make it faster?
This is my code, I hope someone could help me.
I made my code working, but its too slow... it takes about 5 minutes to complete, is there a way to make it faster?
This is my code, I hope someone could help me.
$objPHPexcel = PHPExcel_IOFactory::load('../Documentos/Formato_Pedido_Marco_Sosa.xls');
$objWorksheet = $objPHPexcel->setActiveSheetIndex(0);
$objWorksheet = $objPHPexcel->getActiveSheet();
$objWorksheet->getCell('B22')->setValue('5135171');
$objWorksheet->getCell('F22')->setValue('4');
$objWriter = PHPExcel_IOFactory::createWriter($objPHPexcel,'Excel5');
$objWriter->save('../Documentos/Formato_Pedido_Marco_Sosa.xls');
$objPHPexcel = PHPExcel_IOFactory::load('../Documentos/Formato_Pedido_Marco_Sosa.xls');
$objWorksheet = $objPHPexcel->setActiveSheetIndex(0);
$objWorksheet = $objPHPexcel->getActiveSheet();
echo '</br>Clave'.$clave = $objWorksheet->getCell('B22')->getValue();