Hi
Is there a function that we can get the number of rows in a CSV file? I am using the below code to read the data of the CSV file.
$sheetData = $objPHPExcel->getActiveSheet()->toArray(null, true, true, true);
Thanks,
aobs
Hi
Is there a function that we can get the number of rows in a CSV file? I am using the below code to read the data of the CSV file.
$sheetData = $objPHPExcel->getActiveSheet()->toArray(null, true, true, true);
Thanks,
aobs