<?php
namespace Maatwebsite\Excel\Concerns;
use Maatwebsite\Excel\Row;
interface OnEachRow
{
/**
* @param Row $row
*/
public function onRow(Row $row);
}
For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository