--TEST-- Check for vtiful presence --SKIPIF-- --FILE-- './tests']; $excel = new \Vtiful\Kernel\Excel($config); $filePath = $excel->fileName('open_xlsx_get_sheet_not_found_data.xlsx') ->header(['Item', 'Cost']) ->output(); $data = $excel->openFile('open_xlsx_get_sheet_not_found_data.xlsx') ->openSheet('not_found')->getSheetData(); var_dump($data); ?> --CLEAN-- --EXPECT-- array(0) { }