Hello,
I am trying to import a excel file like on youtube. https://www.youtube.com/watch?v=7383uLXeZhk
Already at the beginning script case is trowing bunch of errors. I I don’t understand why! Importing of the project form youtube doesnt work also.
Can some one help? Errors are happening at this point.
$objReader = new PHPExcel_Reader_Excel5();
$objReader->setReadDataOnly(true);
$objPHPExcel = $objReader->load("../../../tmp/".$this->xls_input_ul_name);
$worksheetData = $objReader->listWorksheetInfo("../../../tmp".$this->xls_inout_ul_name);
The new files will be created under link below. This is why dont understand the problem.
C:\Program Files (x86)\NetMake\v81\wwwroot\scriptcase mp
Errors are:
[TABLE=“class: scFormErrorTable, align: center”]
[TR]
[TD=“class: scFormErrorMessage, align: center”] [LEFT]Undefined property: control_project_import_bom_apl::$xls_input_ul_name
file_get_contents(…/…/…/tmp/): failed to open stream: No such file or directory[/LEFT]
[LEFT]Fatal error: Uncaught exception ‘PHPExcel_Reader_Exception’ with message ‘The filename …/…/…/tmp/ is not recognised as an OLE file’ in C:\Program Files (x86)\NetMake\v81\wwwroot\scriptcase\prod hird\phpexcel\PHPExcel\Shared\OLERead.php:89 Stack trace: #0 C:\Program Files (x86)\NetMake\v81\wwwroot\scriptcase\prod hird\phpexcel\PHPExcel\Reader\Excel5.php(1164): PHPExcel_Shared_OLERead->read(’…/…/…/tmp/’) #1 C:\Program Files (x86)\NetMake\v81\wwwroot\scriptcase\prod hird\phpexcel\PHPExcel\Reader\Excel5.php(612): PHPExcel_Reader_Excel5->_loadOLE(’…/…/…/tmp/’) #2 C:\Program Files (x86)\NetMake\v81\wwwroot\scriptcase\app\NSEOS\control_project_import_bom\control_project_import_bom_apl.php(1519): PHPExcel_Reader_Excel5->load(’…/…/…/tmp/’) #3 C:\Program Files (x86)\NetMake\v81\wwwroot\scriptcase\app\NSEOS\control_project_import_bom\control_project_import_bom_apl.php(1056): control_project_import_bom_apl->Valida_campos(NULL, NULL, NULL) #4 C:\Program Files (x86)\NetMake\v81\wwwroot\scriptcase\app\NSEOS\control_projec in C:\Program Files (x86)\NetMake\v81\wwwroot\scriptcase\prod hird\phpexcel\PHPExcel\Shared\OLERead.php on line 89[/LEFT]
[/TD]
[/TR]
[/TABLE]