<?php
namespace Maatwebsite\Excel\Exceptions;
use LogicException;
class NoSheetsFoundException extends LogicException implements LaravelExcelException
{
}
To ensure a smooth integration process and optimal performance, follow these best practices: