first task done
This commit is contained in:
@@ -20,10 +20,7 @@ if(isset($_FILES['f_csv'])) {
|
||||
$arr_info = $worksheet->toArray();
|
||||
if(count($arr_info) > 1) { //check excel rows
|
||||
$arr_excel_columns = $arr_info[0];
|
||||
$arr_need_columns = array();
|
||||
array_push($arr_need_columns, "Sample Code (PO#)");
|
||||
array_push($arr_need_columns, "Report no.");
|
||||
array_push($arr_need_columns, "Part No.");
|
||||
$arr_need_columns = array();
|
||||
|
||||
$result_testNameHeaderFile = ""; //for analysisvocabulary
|
||||
$result_AnalytsNameHeaderFile = ""; //for compundsvocabulary
|
||||
|
||||
Reference in New Issue
Block a user