PhpSpreadSheet - 在null上调用成员函数setValue()

时间:2018-02-22 10:07:47

标签: php excel phpexcel phpexcelreader phpspreadsheet

System Error : Uncaught Exception
Error Code : 0 (Error)

Message : Call to a member function setValue() on null

File : Worksheet/Worksheet.php

Line : 1119

Backtrace :

#0 C:\xampp\htdocs\print.php(129): PhpOffice\PhpSpreadsheet\Worksheet\Worksheet->setCellValue('a1', 'JOS')

我从 PHPExcel 迁移到 PHPSpreadSheet 然后在 PHPSpreadSheet

中的工作表类$this->getCell('a1);时出现此错误

它就像NULL调用setValue函数

任何想法如何解决这个问题?

0 个答案:

没有答案