解决方案 »

  1.   

    ( ! ) SCREAM: Error suppression ignored for
    ( ! ) Fatal error: Uncaught exception 'Exception' with message 'Invalid cell coordinate.' in C:\wamp\www\Classes\PHPExcel\Cell.php on line 490
    ( ! ) Exception: Invalid cell coordinate. in C:\wamp\www\Classes\PHPExcel\Cell.php on line 490
    Call Stack
    # Time Memory Function Location
    1 0.0042 752888 {main}( ) ..\excel222.php:0
    2 1.4982 12584568 PHPExcel_Worksheet->setCellValue( ) ..\excel222.php:117
    3 1.4982 12584616 PHPExcel_Worksheet->getCell( ) ..\Worksheet.php:841
    4 1.4984 12584904 PHPExcel_Cell::coordinateFromString( ) ..\Worksheet.php:940
      

  2.   

    excel222.php 是你自己的吗?
      

  3.   

    错误信息中有 PHPExcel_Worksheet->setCellValue( ) ..\excel222.php:117
    显然是在 117 行处执行 setCellValue 时出现了问题
    既然你说以前都是好的,那么就应该检查是否是参数不合法引起的
      

  4.   

     $b5="0"."$count";
    似乎应该是大写的O,而不是数字0