我使用 setcellValue 来填充我的 excel 文件,但是当它到达 A99 时,它会抛出这个错误
Fatal error: Uncaught exception 'Exception' with message 'Column string index can not be longer than 3 characters.'
这是phpexcel有一个限制,还是我以这种格式填充我的工作表时犯了一个错误
$objPHPExcel->getActiveSheet()->setcellValue($alpha[$alpha_count] . $spreadsheet_count, $row['comment']);