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