관리-도구
편집 파일: WithColumnLimit.php
<?php namespace Maatwebsite\Excel\Concerns; interface WithColumnLimit { public function endColumn(): string; }