gpt4 book ai didi

php - 如何从 laravel excel maatwebsite 的子表中调用单元格值?

转载 作者:行者123 更新时间:2023-12-04 20:26:06 29 4
gpt4 key购买 nike

关闭。这个问题需要debugging details .它目前不接受答案。












编辑问题以包含 desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem .这将帮助其他人回答问题。


2年前关闭。







Improve this question



$cellValue=$event->sheet->getSheet('SiteWork')->getCellByColumnAndRow(E, 4)->getValue();
dd($cellValue);

我收到此错误

BadMethodCallException Method Maatwebsite\Excel\Sheet::getSheet does not exist.

最佳答案

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

这是我最终选择的页面:

https://docs.laravel-excel.com/3.1/imports/multiple-sheets.html



我发现了一条对您的编码方式很重要的行:
$import = new UsersImport();
$import->onlySheets('Worksheet 1', 'Worksheet 3');

Excel::import($import, 'users.xlsx');

但是根据您的说明,我不知道您的代码是来自 Controller 还是在导入类中。

编辑: (请下次澄清更多)

对于导出,我发现了这一点:

https://docs.laravel-excel.com/3.1/exports/multiple-sheets.html



您需要使用额外的类(class)

关于php - 如何从 laravel excel maatwebsite 的子表中调用单元格值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60336400/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com