$column = PHPExcel_Cell::stringFromColumnIndex(index);//index对应的就是列,从0开始

$objPHPExcel->getActiveSheet()->setCellValue($column, $value);
 
结果:
A,B,C,。。。Z,AA,AB,。。。

相关文章:

  • 2022-12-23
  • 2021-08-13
  • 2021-11-03
  • 2021-10-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-10
  • 2021-12-24
相关资源
相似解决方案