<?php
namespace Maatwebsite\Excel\Concerns;
interface WithMappedCells
{
/**
* @return array
*/
public function mapping(): array;
}
To ensure a smooth integration process and optimal performance, follow these best practices: