phpspread 列宽 自动化调整

$excel = new Spreadsheet();
$sheet = $excel->getActiveSheet();
$sheet->getColumnDimension('A')->setAutoSize(true);

此处评论已关闭