<?php
namespace Maatwebsite\Excel\Middleware;
abstract class CellMiddleware
{
/**
* @param mixed $value
* @return mixed
*/
abstract public function __invoke($value, callable $next);
}
For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository