DIR:/home/htlwork.com/www/dev/drishtigems/vendor/maatwebsite/excel/src/Concerns/ |
Current File : /home/htlwork.com/www/dev/drishtigems/vendor/maatwebsite/excel/src/Concerns/WithColumnLimit.php |
<?php namespace Maatwebsite\Excel\Concerns; interface WithColumnLimit { public function endColumn(): string; } |