When inserting a file you are giving the following message:
Undefined index
The code of the line that is giving the error is this:
utf8_decode($objPHPExcel->getActiveSheet()->getCellByColumnAndRow($coluna, $linha)->getValue());
Thank you in advance.