관리-도구
편집 파일: WithCustomStartCell.php
<?php namespace Maatwebsite\Excel\Concerns; interface WithCustomStartCell { /** * @return string */ public function startCell(): string; }