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