first task done

This commit is contained in:
2024-10-01 16:16:16 +04:00
parent 588a1abfb2
commit 9fc2b95e49
3 changed files with 32 additions and 16 deletions
@@ -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