Current File : /home/tradevaly/public_html/vendor/maatwebsite/excel/src/Concerns/WithColumnLimit.php
<?php

namespace Maatwebsite\Excel\Concerns;

interface WithColumnLimit
{
    public function endColumn(): string;
}