如何从Laravel Excel maatwebsite的子表中调用单元格值?

问题描述 投票:0回答:1
$cellValue=$event->sheet->getSheet('SiteWork')->getCellByColumnAndRow(E, 4)->getValue();
dd($cellValue); 

我收到此错误

BadMethodCallException方法Maatwebsite \ Excel \ Sheet :: getSheet可以不存在。

php excel laravel
1个回答
0
投票

我检查了文档,但没有看到任何getSheet函数。

© www.soinside.com 2019 - 2024. All rights reserved.