I am using phpoffice\Phpspreadsheet and when I upload Excel it shows me error Top Sheet!E102 -> Top Sheet!E15 -> Table Table7 for Structured Reference cannot be located
I am using phpoffice\Phpspreadsheet and when I upload Excel it shows me error Top Sheet!E102 -> Top Sheet!E15 -> Table Table7 for Structured Reference cannot be located
Представьте, что мы импортируем Excel и используем метод точки. цвет ячейки
public static function beforeImport(BeforeImport $event)
{
for ($i = 1; $i getDelegate()->getActiveSheet()->getCell( A$i )->getValue()));...
Я использую phpoffice \ phpspreadsheet и когда я загружаю Excel, он показывает мне ошибку
Top Leate! E102 -> Top Sheet! E15 -> Таблица Таблица 7 Для структурированной ссылки не может быть обнаружена
Мой код:
$file = $request->file;...