You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.
Hola Resulta que tengo este código para validar si el nombre de la hoja existe, pero cuando la hoja no existe me envia este error:
La hoja no existe! exception 'PHPExcel_Exception' with message 'Workbook does not contain sheet:COTIZACION TERRESTRE' in C:\xampp\htdocs\carperta\carpeta\phpexcel\PHPExcel.php:718 Stack trace: #0 C:\xampp\htdocs\carpeta\carpeta\ejemplo1.php(110): PHPExcel->setActiveSheetIndexByName('COTIZACION TERR...') #1 {main}
Me pueden ayudar a saber porque Gracias!
Recomiendo hacer la pregunta en StackOverflow en Español, pero el mensaje exactamente dice que el archivo no tiene una hoja que se llame COTIZACION TERRESTRE
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hola Resulta que tengo este código para validar si el nombre de la hoja existe, pero cuando la hoja no existe me envia este error:
La hoja no existe! exception 'PHPExcel_Exception' with message 'Workbook does not contain sheet:COTIZACION TERRESTRE' in C:\xampp\htdocs\carperta\carpeta\phpexcel\PHPExcel.php:718 Stack trace: #0 C:\xampp\htdocs\carpeta\carpeta\ejemplo1.php(110): PHPExcel->setActiveSheetIndexByName('COTIZACION TERR...') #1 {main}
Me pueden ayudar a saber porque Gracias!
try {
$objWorksheet = $objPHPExcel->setActiveSheetIndexByName ("COTIZACION TERRESTRE");
echo "Si esixte";
}
catch (Exception $e) {
}
The text was updated successfully, but these errors were encountered: