If the file is csv, all rows are concatenated into one long string. That is, $sheetData only contains one long row. Is there a function to get the actual number of rows? or we have to write our own code to count the rows?
↧
If the file is csv, all rows are concatenated into one long string. That is, $sheetData only contains one long row. Is there a function to get the actual number of rows? or we have to write our own code to count the rows?