第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

傳遞給 Maatwebsite\Excel\Excel::download()

傳遞給 Maatwebsite\Excel\Excel::download()

PHP
猛跑小豬 2021-06-22 17:08:53
傳遞給 Maatwebsite\Excel\Excel::download() 的參數(shù) 2 必須是字符串類型,給定的對象,在 C:\xampp\htdocs\student_route\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade 中調(diào)用第 237 行的 .phppublic function excel_report()    {     $student_data = DB::table('student_details')->get()->toArray();     $student_array[] = array('Name', 'Address', 'Roll No', 'Class');     foreach($student_data as $student)     {      $student_array[] = array(       'Student Name'  => $student->st_name,       'Address'   => $student->address,       'Roll No'   => $student->roll_no,       'Class'    => $student->st_class      );     }     Excel::download('Student_Data', function($excel) use ($student_array){      $excel->setTitle('Student Datas');      $excel->sheet('Student_Datass', function($sheet) use ($student_array){       $sheet->fromArray($student_array, null, 'A1', false, false);      });     })->download('xlsx');    }我收到錯誤參數(shù) 2 傳遞給 Maatwebsite\Excel\Excel::download() must be of the type string, object given.不知道問題出在哪里。任何人請檢查。我正在使用 Laravel 5.8
查看完整描述

2 回答

  • 2 回答
  • 0 關(guān)注
  • 412 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號