开发者社区 问答 正文

PHPExce 导出excel 超过Z1使用AA无效?报错

我在使用PHPExce 导出excel 前面导出A1到Z1都没问题,当我使用AA就报错了,

$objPHPExcel->setActiveSheetIndex(0)
            ->setCellValue('Z1', 'hello')
            ->setCellValue('AA', 'hello');

麻烦大家给看看



展开
收起
爱吃鱼的程序员 2020-06-14 22:50:57 650 分享 版权
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB

    应该是AA1吧

    果然!谢谢了!
    2020-06-14 22:51:13
    赞同 展开评论