Код: Выделить всё
//load spreadsheet
$spreadsheet = \PhpOffice\PhpSpreadsheet\IOFactory::load(public_path("default_.xlsx"));
//change it
$sheet = $spreadsheet->getActiveSheet();
$array = $sheet->getChartNames();
info($array);
$writer = new Xlsx($spreadsheet);
$writer->save($this->file_name_download);
Я пытаюсь прочитать этот файл разными способами, но диаграммы по-прежнему нет.
Подробнее здесь: https://stackoverflow.com/questions/778 ... is-missing
Мобильная версия