record[$worksheetName])) { if ($this->lastRow != $row) { $this->record[$worksheetName]++; $this->lastRow = $row; } } else { $this->record[$worksheetName] = 1; $this->lastRow = $row; } return false; } }