<?php
namespace Maatwebsite\Excel\Concerns;
use PhpOffice\PhpSpreadsheet\Worksheet\Worksheet;
interface WithStyles
{
public function styles(Worksheet $sheet);
}
For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository