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